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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...