[jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3
by pbaltz
"kukeltje" wrote : I'm no jboss service /.sar specialist, but afaik, it should wait until the datasource is deployed.
|
| At least is does this for JBoss AS 5 in distro/src/main/files/install/src/jboss/config.jboss5/deploy/jbpm/jbpm-service.sar/jbpm-service-jboss-beans.xml
|
| for 4 in distro/src/main/files/install/src/jboss/config.jboss4/deploy/jbpm/jbpm-service.sar/jboss-beans.xml this seams missing. Can you try adding something similar in this file and see if it works then.
I had been trying this initially, somewhat unintentionally, and injecting the datasource there didn't make a difference. I also tried various configurations of adding the state attribute to the JbpmDS injection and the demand and depends elements, none of which worked.
I don't know if it is a difference with the microcontainer, because all the links to version 1.x of that on jboss.org seem to be broken. Perhaps, there is some low-level configuration with the microcontainer that will make it wait?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257924#4257924
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4257924
15 years, 3 months
[jBPM Users] - Re: hibernate.cfg.xml not found
by elhostis
"kukeltje" wrote : It should be on the classpath.
What do you mean by "on the classpath" ?
I launch my project with this command :
java -classpath
| /usr/share/java/mysql.jar:
| /usr/share/java/hibernate/hibernate3.jar:
| /usr/share/java/dom4j/dom4j-1.6.1.jar:
| /home/projet/liferay-portal-5.2.3/tomcat-6.0.18/lib/ext/log4j.jar:
| /home/projet/liferay-portal-5.2.3/tomcat-6.0.18/lib/ext/coucheMetier.jar:
| /home/projet/liferay-portal-5.2.3/tomcat-6.0.18/lib/ext/coucheMetier2.jar:
| /home/projet/liferay-portal-5.2.3/tomcat-6.0.18/lib/ext/jdom.jar:
| /home/projet/liferay-portal-5.2.3/tomcat-6.0.18/lib/ext/workflow.jar:
| /home/projet/liferay-portal-5.2.3/tomcat-6.0.18/lib/ext/jbpm-3.1.1.jar:
| /home/projet/liferay-portal-5.2.3/tomcat-6.0.18/lib/ext/commons-logging.jar:
| /home/projet/liferay-portal-5.2.3/tomcat-6.0.18/appTCP/appTCP.jar:
| /home/config/hibernate.cfg.xml smartagsw.smartouch.appTCP.Server
|
I have the config file in the classpath (in bold), but the problem still exixts.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257912#4257912
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4257912
15 years, 3 months