[jboss-user] [JBoss jBPM] - Re: NullPointerException executing timer

smigniot do-not-reply at jboss.com
Fri Feb 9 04:10:46 EST 2007


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#4013505

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4013505



More information about the jboss-user mailing list