[jboss-user] [JBoss jBPM] - Re: Transactions fail due to confiuration of Persistence
kazam
do-not-reply at jboss.com
Mon Jul 17 13:32:53 EDT 2006
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
More information about the jboss-user
mailing list