I have the same problem. I have not found any answer yet. It seems that there
are multiple database connection (Hibernate session) accessing the same timer
object (JBPM_JOB), and they become out of sync.
The situation is even worse if you use the EJB scheduler that comes with
jbpm-enterprise.
Looking at the JBPM code (3.3.1GA), it seams that in JbpmConfiguration.java
there is a singletion Stack that is used to push and pop JbpmContext. If you
have multi-thread in your application (including time and async job), the
JbpmContext cannot be pushed and poped in the right order.
You can
I have a similar issue - Eclipse 3.4.1, Jboss AS 4.2.3GA, JBoss Tool 3.0.0.CR1,
Seam 2.0.2SP1
Application is deployed via Eclipse. It is an EAR project with WAR and EJB.
When I manually deploy it to JBoss sever inside eclipse, the application starts
and works fine.
When I change a web page (