[jboss-user] [JBoss jBPM] - Re: Multiple JBPM engines on one single JBoss instance

2007-11-22 Thread bfillon
Ok that did the trick : I've set attribute Isolated to true in ear-deployer.xml. The remaining question is : do I need to set CallByValue attribute to true ? If i understand correctly this setting, it is needed for remote calls. If my ears are standalone apps that embed everything needed and

[jboss-user] [JBoss jBPM] - Multiple JBPM engines on one single JBoss instance

2007-11-20 Thread bfillon
Hi all, I've got a question regarding the deployment of JBPM. Is it possible to imagine multiple instances of JBPM (each one with its own database for processes and definitions) running on one single JBoss instance ? I would like to do this for testing purposes to avoid the configuration of

[jboss-user] [JBoss jBPM] - Re: Multiple JBPM engines on one single JBoss instance

2007-11-20 Thread bfillon
I've made some basic tests with two ears containing : - jbpm.war - hibernate.cfg.xml - jbpm.cfg.xml Let's say ears are called app1.ear and app2.ear. They both contain the same structure and files and hibernate.cfg.xml files use distinct JNDI datasources defined in jbpm-ds.xml. What i see when