[jboss-user] [JBoss jBPM] - Re: how to integrate commandservicebean
AJanz
do-not-reply at jboss.com
Tue Jul 29 10:59:08 EDT 2008
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
More information about the jboss-user
mailing list