So then ejbLoad is called on transactional methods but it is not part of the ejbCreate call stack. The downside (albeit minor and easy to work around) is that you cannot rely on datastore-computed values in, say, ejbPostCreate. We just have to make a transactional call and, poof, we get fresh state for the entity bean in question.
Thx -----Original Message----- From: Alexey Loubyansky [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 4:12 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] EJB Inserts 'n Updates with Computed Values No. Rod Macpherson wrote: > When a row is inserted does the EJB read that row back to pick up > values that were computed by the database - trigger generated for > example? > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
