Why are you parsing your hibernate config file ?

 jbpmConfiguration = JbpmConfiguration.parseResource("hibernate.cfg"); 

It has nothing to do with the JBPMConfiguration file.

Try

 jbpmConfiguration = JbpmConfiguration.parseResource("jbpm.cfg.xml"); 

Thanks



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4019869
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to