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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to