[jboss-user] [JBoss jBPM] - Re: About loading of hibernate configuration in HibernateHel

mputz do-not-reply at jboss.com
Thu Oct 18 04:50:45 EDT 2007


by default, the hibernate.cfg.xml and jbpm.cfg.xml files are residing in the same directory, often bundled within a jar:

[mputz at mputz lib]$ jar -tvf jbpm-configs.jar
  |      0 Thu Aug 30 01:05:28 CEST 2007 META-INF/
  |     71 Thu Aug 30 01:05:28 CEST 2007 META-INF/MANIFEST.MF
  |  18765 Thu Sep 27 15:34:52 CEST 2007 hibernate.cfg.xml
  |   2978 Wed Oct 17 11:35:56 CEST 2007 jbpm.cfg.xml
  |    735 Mon Jun 11 14:22:10 CEST 2007 jbpm.mail.templates.xml
  | 

and the configuration property in jbpm.cfg.xml contains no leading slash:

<string name="resource.hibernate.cfg.xml" value="hibernate.cfg.xml" />

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

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



More information about the jboss-user mailing list