[jboss-user] [jBPM] - Re: jbpm 5.2 on jboss server 5.1.0 doesn't start

Maciej Swiderski do-not-reply at jboss.com
Sat Jan 7 06:21:03 EST 2012


Maciej Swiderski [http://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: jbpm 5.2 on jboss server 5.1.0  doesn't start"

To view the discussion, visit: http://community.jboss.org/message/645164#645164

--------------------------------------------------------------
I believe you need to modify persistence.xml file for jBPM, as it defaults right now to JBoss AS 7. The file can be found in INSTALLER_HOME/db and change:

     <!-- for AS7 --> 
      <property name="hibernate.transaction.manager_lookup_class" value="org.jbpm.integration.console.JBPMTransactionManager" />
      <!-- for AS5 -->
      <!-- <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLookup" /> --> 
      <


uncomment line for AS5 and comment out for AS7. Then rerun install demo and so on. 

Alternatively you can find persistence.xml inside jbpm-gwt-console-server.war (jbpm-gwt-console-server-war/WEB-INF/classes/META-INF/) and to the mentioned changes.

HTH
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/645164#645164]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120107/b7fd9031/attachment-0001.html 


More information about the jboss-user mailing list