Mauro Flores Messages: 83 Registered: September 2009 Location: Brasil
Member
I facing the folowing problem.
a) I have an entity A with a OneToOne relationship with B with fetch EAGER
b) I populate A and B properties
c)I persist A
d)The database is updated correctly: table A and B.
e)I make a find of A with the same ID, the properties of A comes correctly, except the B relationship that comes with null
f)I wait aroud 10 minutes, and repeat the find, now the relationship B appears.
I'm using the eclipselink implementation of weblogic 11g.