JBoss Community

Re: jBMP 5.2 on jboss-5.1.0.GA

created by Sinha Bahu in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community