Hi, 
I changed the database for JBPM back to HSSQL but still same issue.
I have found that the persistence fails only for IdentitySession.


  | JbpmContext context = JbpmConfiguratoin.getInstance().createJbpmContext();
  | Session session = jbpmContext.getSession();
  | IdentitySession idsession = new IdentitySession(session);
  | idesession.beginTransaction();
  | .....
  | idsessoin.saveGroup(aGroup);
  | idsession.commitTransaction();
  | idsessoin.close();
  | finally
  | {
  | jbpmContext.close{}
  | 
  | }
  | 
Error 

  | org.jbpm.persistence.JbpmPersistenceException: coudlnt commit hibernate 
sessoin.
  | transaction not successfully started.

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

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

Reply via email to