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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...