Hibernate Exception : org.hibernate.AssertionFailure: null id in entry

The possible causes for above exception
1.) an hibernate session shared between different users , or session was not flushed.
2.) The actual exception may be supressed. Root cause may be with save() or saveOrUpdate() method.

Search