I add the JobExecutorServlet to my configuration as mentiond and I get the 
following error while satrt up the application:

2007-05-03 15:18:00,328 ERROR [org.jbpm.job.executor.JobExecutorThread] 
exception in job executor thread. waiting 40000 milliseconds
org.hibernate.MappingException: invalid configuration
        at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1411)
        at org.hibernate.cfg.Configuration.configure(Configuration.java:1352)
        at 
org.jbpm.db.hibernate.HibernateHelper.createConfiguration(HibernateHelper.java:91)
        at 
org.jbpm.persistence.db.DbPersistenceServiceFactory.getConfiguration(DbPersistenceServiceFactory.java:69)
        at 
org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:91)
        at 
org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:94)
        at 
org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:98)
        at 
org.jbpm.persistence.db.DbPersistenceService.getJobSession(DbPersistenceService.java:352)
        at org.jbpm.JbpmContext.getJobSession(JbpmContext.java:563)
        at 
org.jbpm.job.executor.JobExecutorThread.acquireJobs(JobExecutorThread.java:109)
        at 
org.jbpm.job.executor.JobExecutorThread.run(JobExecutorThread.java:56)
Caused by: org.xml.sax.SAXParseException: Element type "value" must be declared.
        at 
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown 
Source)
        at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)
        at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
        at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
        at 
org.apache.xerces.impl.dtd.XMLDTDValidator.handleStartElement(Unknown Source)
        at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(Unknown 
Source)
        at 
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
        at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
 Source)
        at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
        at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown 
Source)
        at org.dom4j.io.SAXReader.read(SAXReader.java:465)
        at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1408)
        ... 10 more

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

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

Reply via email to