"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
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
"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
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