Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » Delay betwen persist and find of a relationship
Delay betwen persist and find of a relationship [message #531943] Thu, 06 May 2010 10:48 Go to previous message
Mauro Flores is currently offline 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.

Any hint?

Thanks. Mauro.
 
Read Message
Read Message
Read Message
Read Message
Previous Topic:NamedNativeQuery
Next Topic:[Unidirectional OneToOne Relationships] eclipselink doesn't understand MapsId=" "
Goto Forum:
  


Current Time: Sat May 25 14:57:07 EDT 2013

Powered by FUDForum. Page generated in 0.01668 seconds