I am trying to deploy jbpm-3.1.3 to jboss as 4.0.5ga. 
Thus far, i have only managed to deploy the sar. The war gives the following 
exception : 

18:51:20,421 INFO  [SchedulerThread] runtime exception while executing timers
org.hibernate.HibernateException: Could not parse configuration: 
hibernate.cfg.xml
        at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1418)
        at org.hibernate.cfg.Configuration.configure(Configuration.java:1352)
        at 
org.jbpm.db.hibernate.HibernateHelper.createConfiguration(HibernateHelper.java:90)
        at 
org.jbpm.persistence.db.DbPersistenceServiceFactory.getConfiguration(DbPersistenceServiceFactory.java:68)
        at 
org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:90)
        at 
org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:74)
        at 
org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:78)
        at 
org.jbpm.persistence.db.DbPersistenceService.getSchedulerSession(DbPersistenceService.java:254)
        at org.jbpm.JbpmContext.getSchedulerSession(JbpmContext.java:529)
        at 
org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:104)
        at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:71)
Caused by: org.dom4j.DocumentException: org.dom4j.DocumentFactory Nested 
exception: org.dom4j.DocumentFactory
        at org.dom4j.io.SAXReader.read(SAXReader.java:484)
        at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1408)
        ... 10 more


The contents of the hibernate.cfg.xml are as per the distribution, I have not 
changed anything. 

Thanks!

Daniel

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

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

Reply via email to