Found the solution - for my problem at least - :
We were not enclosing all transactions by jbpmConfiguration.createJbpmContext() and
context.close() . We were using a single context
hold in a singleton and never closed.
Using a strategy of opening and closing contexts
properly for all usages of the workflow solved
the issue.
Maybe you should check your code for proper
nesting of context transactions ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4013505#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...