Help - 

I have an ejb session bean (A), with a transaction attribute set to required. This 
invokes ejb session bean (B) which also has a transaction attribute set to required. 
Session bean (B) persists data to the database via Hibernate v2.1.3. Session bean (A) 
then persist data to the database via Hibernate. 

Session bean (A) then throws an EJBException. The data persisted within session bean 
(A) is rolled back. However - the persisted data from session bean (B) is committed to 
the database.

Session bean (B) with a transaction attrbiute of required should support the 
transaction created by session bean (A), and therefore, should roll back its persisted 
data.


Any suggestions greatly appreciated?



Chris

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844655#3844655

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844655


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to