Change Notes item #433314, was updated on 2001-06-14 20:47
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=381174&aid=433314&group_id=22866

Category: None
Group: v2.4
Status: Open
Priority: 5
Submitted By: Bill Burke (patriot1burke)
Assigned to: Nobody/Anonymous (nobody)
Summary: fixed bug 433115. storeEntities on find

Initial Comment:
When an finder method is called, JBoss will call 
ejbStore(storeEntity) on all entities of the finder's 
type that are in the same transaction as the finder.

*NOTE* Unnessary DB updates will result if your beans
do not implement isModified, or you have JAWS tuned-
updates turned off.

Further info:

The EJB spec 2.0 reads.... 9.6.4 

"Before invoking the ejbFind<METHOD>(...) method, the 
container must first synchronize the state of any 
entity bean instances that are participating in the 
same transaction context as is used to execute the 
ejbFind<METHOD>(...) by invoking the ejbStore() method 
on those entity bean instances." 



----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=381174&aid=433314&group_id=22866

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

Reply via email to