[jboss-user] [JBoss jBPM] - Re: deploying jbpm 3.2.2 process archive in jboss 4.2.x

mputz do-not-reply at jboss.com
Fri Nov 30 03:46:11 EST 2007


you should just make sure that the hibernate.cfg.xml is in your classpath, eg. put it in a separate folder (like '/config') inside your project and pick this up in the classpath definition:
 <path id="libraries">
  |     <!-- path to the config files -->
  |     <pathelement location="config"/>
  |     <!-- path to other libs -->
  |     <fileset dir="${librarydir}">
  |         ...
  |     </fileset>
  |   </path>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109177#4109177

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4109177



More information about the jboss-user mailing list