I get a some funny  behaviour whne using JBoss 2.2.2 with commit Option C. 
I update one of my entity beans - all the data updated to the database... no
problem!
If I now do look up for this updated entity bean via findByPrimary all my
changes are there BUT
when I do a findAll() or any other finder on the same bean that return a
collection I get an old copy of the Entity Bean the data before my update...

It seem to be a problem with caching or something.

In experimenting seperate ejbLoad's get called for each bean returned by the
findAll() method and the and different ejbLoad() for each call to the
findByPrimaryKey() how does thst work ?

any ideas.

my search will continue...

andre vermeulen

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to