Since i did not get any reply i decided to plugin the jbpmConfiguration using 


  | Changes to org.jbpm.web.JBPMThreadsServlet.java
  | 
  | ApplicationContext ctx = 
  |     
WebApplicationContextUtils.getRequiredWebApplicationContext(getServletContext());
  |             
  | JbpmConfiguration jbpmConfiguration = 
(JbpmConfiguration)ctx.getBean("jbpmConfiguration");
  |             
  | commandExecutorThread = new CommandExecutorThread(jbpmConfiguration);
  | commandExecutorThread.start();
  |             
  | schedulerThread = new SchedulerThread(jbpmConfiguration);
  | schedulerThread.start();
  | 

Now i am getting this exception.  

2006-05-24 12:46:27,758  ERROR org.jbpm.msg.command.CommandExecutorThread  - 
org.jbpm.configuration.ConfigurationException: no messaging service available
org.jbpm.persistence.JbpmPersistenceException: couldn't rollback hibernate 
session
        at 
com.donorschoose.workflow.SpringDbPersistenceService.close(SpringDbPersistenceService.java:154)
        at org.jbpm.svc.Services.close(Services.java:211)
        at org.jbpm.JbpmContext.close(JbpmContext.java:138)
        at 
org.jbpm.msg.command.CommandExecutorThread.executeCommand(CommandExecutorThread.java:138)

        at 
org.jbpm.msg.command.CommandExecutorThread.run(CommandExecutorThread.java:79)
Caused by: org.hibernate.TransactionException: Transaction not successfully 
started
        at 
org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:149)
        at 
com.donorschoose.workflow.SpringDbPersistenceService.close(SpringDbPersistenceService.java:152)
        ... 4 more
2006-05-24 12:46:32,765  ERROR org.jbpm.svc.Services  - problem closing service 
'persistence'
org.jbpm.persistence.JbpmPersistenceException: couldn't rollback hibernate 
session
        at 
com.donorschoose.workflow.SpringDbPersistenceService.close(SpringDbPersistenceService.java:154)
        at org.jbpm.svc.Services.close(Services.java:211)
        at org.jbpm.JbpmContext.close(JbpmContext.java:138)
        at 
org.jbpm.msg.command.CommandExecutorThread.executeCommand(CommandExecutorThread.java:138)

        at 
org.jbpm.msg.command.CommandExecutorThread.run(CommandExecutorThread.java:79)
Caused by: org.hibernate.TransactionException: Transaction not successfully 
started
        at 
org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:149)
        at 
com.donorschoose.workflow.SpringDbPersistenceService.close(SpringDbPersistenceService.java:152)
        ... 4 more


I am using the code provided by criess in the follwing post 
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=78052.  

Anybody, please help why is this happenning.  Some hints.

Thanks
Prash

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

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


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to