JBoss Community

Re: How to fix: "The chosen transaction strategy requires access to the JTA TransactionManager" issue?

created by sharyak in jBPM - View the full discussion

I am getting this error during deployment

<persistence-unit name="org.jbpm.persistence.jpa" transaction-type="JTA">

<provider>org.hibernate.ejb.HibernatePersistence</provider>

    <jta-data-source>jdbc/niaamDS</jta-data-source>      

     <mapping-file>META-INF/JBPMorm.xml</mapping-file>

    <class>org.jbpm.persistence.processinstance.ProcessInstanceInfo</class>

    <class>org.drools.persistence.info.SessionInfo</class>

    <class>org.drools.persistence.info.WorkItemInfo</class>

   

      <properties>

      <property name="hibernate.dialect" value="org.hibernate.dialect.Oracle10gDialect" />

      <property name="hibernate.max_fetch_depth" value="3"/>

      <property name="hibernate.hbm2ddl.auto" value="create" />

      <property name="hibernate.show_sql" value="true" />   

      <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.WeblogicTransactionManagerLookup" />

    </properties> 

 

  </persistence-unit>

 

</persistence>

Reply to this message by going to Community

Start a new discussion in jBPM at Community