Thanks Martin, for pinpointing that. The next issue I'm facing is problem with the JDBC connection. If you know the apparent reason for that aswell, let me know :)
| SEVERE: exception in job executor thread. waiting 640000 milliseconds | java.lang.UnsupportedOperationException: The user must supply a JDBC connection | at org.hibernate.connection.UserSuppliedConnectionProvider.getConnection(UserSuppliedConnectionProvider.java:30) | at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:417) | at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144) | at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:119) | at org.hibernate.transaction.JDBCTransaction.begin(JDBCTransaction.java:57) | at org.hibernate.impl.SessionImpl.beginTransaction(SessionImpl.java:1326) | at org.jbpm.persistence.db.DbPersistenceService.beginTransaction(DbPersistenceService.java:130) | at org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:122) | 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) | | | The mysqldb is up and responding on port 3306, the Connector/J library has been deployed into $CATALINA_HOME/lib. | | ...I'll submit a solution here if I find the cause... | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044312#4044312 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044312 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
