[JBoss-user] [Persistence & CMP/JBoss] - Re: Transaction RequiresNew Problem

2004-08-09 Thread Wisper2002
I forgot to mention: methodB is called over getSessionContext().getEJBObject() ofcourse. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844552#3844552 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844552 ---

[JBoss-user] [Persistence & CMP/JBoss] - Transaction RequiresNew Problem

2004-08-09 Thread Wisper2002
Hi, I'm using JBoss 3.2.1 with Hibernate 2.1 and a DB2 local-tx-datasource (driver file: db2jcc.jar). There is one methodA with transaction attribute "Required" calling another methodB with attribute "RequiresNew". Normally I would assume when methodA is rolled back, changes made in methodB are