[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] - Re: Multiple JBPM engines on one single JBoss instance

2007-11-21 Thread vtysh
You should use different war names to avoid conflicts. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106770#4106770 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106770 ___

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

2007-11-21 Thread mputz
I haven't tried what you are trying to achieve, but it sounds like you run into this issue of both applications using the same jars/resources because of the flat class loading model JBoss uses. See http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration for more information, and try

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

2007-11-21 Thread kukeltje
Martin is right, and different war names are not needed if they are in different ear files View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106882#4106882 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106882

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

2007-11-20 Thread vtysh
It's easy, simply edit hibernate.cfg.xml file for another datasources which you have. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106444#4106444 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106444

[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