Sinha Bahu [
https://community.jboss.org/people/sinhabahu] created the discussion
"Re: jBMP 5.2 on jboss-5.1.0.GA"
To view the discussion, visit:
https://community.jboss.org/message/716052#716052
--------------------------------------------------------------
I figured it out.
I had to comment the line for AS7 and uncomment the one for AS5 in
installer/db/persistance.xml, run ant clean.demo and and ant install.demo.
<!-- 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" />
Now I see the Evaluation example process in the console.
/Sinha
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/716052#716052]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]