I am using CMP Entity Beans with CMT. I just try to understand container-managed transactions. So I have some questions:
1. Do I understand it right, that each method of an EJB is processed in one isolated transaction if the transaction-attribute for all methods is set to 'Require'? 2. If I want to process all methods from one EJB within one transaction, I have to set one method to Require and all others to Mandatory? 3. If I want to process methods from two different EJBs in one transaction, do I have to create a SessionBean and set its methods and the relevant EJB methods like in no. 2? Do I need a SessionBean at all for this case? Thx, Sven View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868236#3868236 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868236 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
