[jboss-user] [JBoss jBPM] - Re: CommandExecutorThread not started in Jbpm3.1, Jboss4.0.3

2006-09-15 Thread doromoji
I'm using Jbpm3.1.

I found that log4j.xml in Jboss need to change to TRACE level, so that the 
CommandExecutorThread can print the output in console.

The JbpmThreadsServlet and JbpmContextFilter are also required in the web.xml

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972077#3972077

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972077
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - CommandExecutorThread not started in Jbpm3.1, Jboss4.0.3SP1,

2006-09-14 Thread doromoji
I'm very new to Jbpm.  After impressed by Jbpm starter kit, I decide to try 
manually install Jbpm into Jboss4.0.3SP1 with MySQL5.

Everything seems to be okay. No error in the console.  But I notice a different 
from Jbpm in the starter kit.  There're no CommandExecutorThread, 
DbPersistenceServiceFactory, SchedulerThread running every 5 seconds.

I follow the following steps to deploy Jbpm. 
1) run jbpm-db/build/mysql/scripts/mysql.create.sql
2) deploy jbpm-ds.xml to connect to mysql, and put mysql jdbc driver into 
$jboss_home/server/default/lib
3) deploy jbpm.sar and point the config to jbpm datasource.
4) deploy process by using ant task
5) deploy a simple war to test. I can successfully get the current JbpmContext 
and findLatestProcessDefinitions.

Is the CommandExecutorThread required? and How to configure it to run?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971589#3971589

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971589
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user