Hi Robert,

Robert Finneran wrote:

> The JBoss container seems to call ejbStore() on my BMP-style
> entity bean very often.
> This results in multiple unecessary UPDATE's to my base table.
> 
> When does JBoss decide it should call ejbStore()?

It stores at the end of every transaction and is required to do
so by the EJB specification.

RTFM http://www.jboss.org/documentation/HTML/ch06s08.html under
the <commit-option> tag. Besides, interpret F as you want, but
I meant FINE!

regards
Georg
 ___   ___
| + | |__    Georg Rehfeld      Woltmanstr. 12     20097 Hamburg
|_|_\ |___   [EMAIL PROTECTED]           +49 (40) 23 53 27 10



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

Reply via email to