Etienne,
    Command service is something you need to configure to get Jbpm running. But 
the magic is in the name of the command service. "txRequiredCommandService" and 
"newTxRequiredCommandService" are two hard coded names used for command 
service. "txRequiredCommandService" is the command service used in method 
checkDb(). 

    This is somewhat unintuitive and wish this will be changed to something 
more intuitive like "find any command service available irrespective of the 
name" in some future release. Or at least document this very clearly so that 
nobody misses it.

    There is no formal documentation for this - at least I have not come across 
any. You can refer to the sample configuration provided with the source code. 
They are good.

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

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

Reply via email to