> It looks like like you have to set a correct commit option and > transaction type as was stated by Stephen. > > It should help: http://www.jboss.org/online-manual/HTML/ch07s16.html
If my understanding is wrong here, I'd appreciate it if someone could correct me.... but, from the spec (EJB 1.1 - section 9.5.7, figure 37), I read that the container will always search the database when executing finders. So from this I assume (and frequently witness this behaviour) that if I insert a new record directly into the database, and then use a finder, I will see the entity bean that is representing that record. Moving further then, I cant see how commit-options could affect this, as all they do is say when ejbLoad is called. What we're talking about here happens before ejbLoad would be called, so whether ejbLoad is called (option B,C) or not (option A,D), the container will always find new records in the database. cheers dim _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user