I am working on a JSF web application with EJB 3.1 and EclipseLink as my JPA provider. I am noticing a weird behavior in some of my entities. Their id (typed Integer) are becoming null for no apparent reason. What might be the reason of such behavior?
Are you 100% sure it is the same object (hashcode)?
On 13-11-2010 10:17, maroun baydoun wrote:
> Hello,
>
> I am working on a JSF web application with EJB 3.1 and EclipseLink as my JPA provider. I am noticing a weird behavior in some of my entities. Their id (typed Integer) are becoming null for no apparent reason. What might be the reason of such behavior?