[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=bbop=viewtopicp=4258065#4258065 Reply to

[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 a

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

2009-09-30 Thread elhostis
Hi, I have a problem to deploy my application in production. I have a projet named Workflow which use jBPM. It works fine. I have a second project named appTCP which use the Workflow project. It works fine in my dev environment. Now, I have to deploy these projects in production, and when I

[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: |