[jboss-user] [EJB 3.0] - Re: Transaction is not active after rollback
wolfc
do-not-reply at jboss.com
Mon Aug 13 10:37:04 EDT 2007
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
More information about the jboss-user
mailing list