[EMAIL PROTECTED] wrote:

> 
> I'm new to EJB, so my understanding of what's happening in finders is
> limited. The finders look like they only find stuff that has been saved to
> the database. Is it possible to have created beans that are "unfindable"?


Finders only find stuff that has been saved to the database. Usually this 

kind of problem is seen with updates, not creates, though. Creates are pushed 

into the database immediately, whereas updates are deferred until the end

of the transaction. Bill Burke recently implemented a feature that 
causes updates for a bean to be flushed before a finder is called for
that bean.

-danch




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

Reply via email to