[jboss-user] [JBoss jBPM] - Re: help ,error while use timer

2009-02-03 Thread mingdexu
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.

[jboss-user] [JBoss jBPM] - Re: closed JbpmContext in different order then they were cre

2009-02-03 Thread mingdexu
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

[jboss-user] [JBoss Tools (users)] - Re: EAR Auto-Deployment Issue with Ganymede and JBoss Tools

2009-01-16 Thread mingdexu
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 (