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]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
