Have a look here

http://developer.java.sun.com/developer/technicalArticles/ebeans/sevenrules/

especially Rule 3 :-)

Tim.

----- Original Message -----
From: Georg Rehfeld <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 13, 2001 4:56 AM
Subject: Re: [JBoss-user] I'm I tripping? Or does JBoss 2.2.1 call
ejbStore() on my ejb way too often??


> 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


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

Reply via email to