[jboss-user] [EJB 3.0] - Re: Transaction Problem

wolfc do-not-reply at jboss.com
Mon Oct 23 07:49:03 EDT 2006


Only when you run the neueTx method through a business interface will it get a new transaction. Directly calling the method from within the bean won't trigger any tx features.
Please try: ctx.getBusinessObject(SimpleRemote.class).neueTx();

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

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



More information about the jboss-user mailing list