[jboss-user] [jBPM Users] - Re: hibernate.cfg.xml not found

2009-09-30 Thread kukeltje
It should be on the classpath. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257903#4257903 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4257903 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: hibernate.cfg.xml not found

2009-09-30 Thread 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-po

[jboss-user] [jBPM Users] - Re: hibernate.cfg.xml not found

2009-09-30 Thread kukeltje
jbpm 3.1.1? If it works in dev, but not production, I'd look into the differences between those first View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257920#4257920 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=425792

[jboss-user] [jBPM Users] - Re: hibernate.cfg.xml not found

2009-10-01 Thread elhostis
I think the problem is on the java command. In dev, I use Eclipse to test my application. In production, I use the java command. Something is missing, but why ? I use jBPM 3.1.1, so what ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258065#4258065 Reply t

[jboss-user] [jBPM Users] - Re: hibernate.cfg.xml not found

2009-10-01 Thread kukeltje
You cannot put individual files on the classpath, only archives (zip, jar) and directories. Change /home/config/hibernate.cfg.xml to /home/config And regarding 3.1.1, there also is a 3.1.4 and even that is 'old'. When starting a new project (as you seem to do since it has not run in production)

[jboss-user] [jBPM Users] - Re: hibernate.cfg.xml not found

2009-10-01 Thread elhostis
"kukeltje" wrote : You cannot put individual files on the classpath, only archives (zip, jar) and directories. Change /home/config/hibernate.cfg.xml to /home/config It was that ! Thanks a lot ! "kukeltje" wrote : And regarding 3.1.1, there also is a 3.1.4 and even that is 'old'. When starting