Hi,
as far as I know the ejbStore() is called after you access a method of the
Entity Bean (no matter if reading or writing access),
because the container cannot find out if it is neccessary to update the
corresponding row in the DB Table, also there is a
Transaction started for the when you access a method of the entity bean.
You may implement the isModified() method to support the Container. We did
this and we gained a lot of performance.
I hope this helps.
Frank Marx
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user