Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

[jboss-user] [EJB 3.0] - Re: Transaction is not active after
 rollback

scott.stark@jboss.org

2007-08-13


A direct call doesn't look at any transaction or security attributes. You should call the method through the business interface:
context.getBusinessObject(MyStateless.class).batchRemoveEndedProcesses(tmpList, jbpmDAO);
Make sure it's a local interface or you'll run into trouble with the jbpmDAO references.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073580
_______________________________________________
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.