ok finally made it

in the jbpm.cfg.xml was jta defined...dont know why or from where i got this 
file

changing it to 


  | <jbpm-configuration>
  | 
  |   <jbpm-context>
  |     <factory>
  |     <service name="persistence">
  |       <factory>
  |       
  |         <bean class="org.jbpm.persistence.db.DbPersistenceServiceFactory">
  |           <field name="isCurrentSessionEnabled"><true /></field>
  |           <field name="isTransactionEnabled"><false /></field>
  |         </bean>
  |         </factory>
  |      </service>
  | 

solved the problem...


really a lot things to configure....

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167356#4167356

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167356
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to