Hi Francesco
Recomended way of using jbpmContext is to put it inside try{}finally{} block.
try{
//Do Stuff
}finally{
//Close context
}
I gues you donot need to demarcate transaction boundry here. jbpmContext.close() would
commit and close the session as well.
Shout if it doesn't work
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124008#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...