A new *optional* element call-ejb-store-on-clean is added to jboss.xml in 4.0.0DR4. It can contain true or false.
true means that ejbStore will be called at synchronization time on each instance associated with the current transaction even if the instance is not dirty. false (the default) means that ejbStore will be called at synchronization time only on dirty instances. An example of a container that calls ejbStore on all instances: | <container-configuration extends="Standard CMP 2.x EntityBean"> | <container-name>custom container</container-name> | <call-ejb-store-on-clean>true</call-ejb-store-on-clean> | </container-configuration> | <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826604#3826604">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826604>Reply to the post</a> ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
