[seam-commits] Seam SVN: r13974 - branches/enterprise/JBPAPP_5_0/examples/todo/resources.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jan 6 09:54:49 EST 2011


Author: manaRH
Date: 2011-01-06 09:54:48 -0500 (Thu, 06 Jan 2011)
New Revision: 13974

Modified:
   branches/enterprise/JBPAPP_5_0/examples/todo/resources/jbpm.cfg.xml
Log:
JBPAPP-5496 - changed jbpm db persistence configuration

Modified: branches/enterprise/JBPAPP_5_0/examples/todo/resources/jbpm.cfg.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/examples/todo/resources/jbpm.cfg.xml	2011-01-06 11:27:24 UTC (rev 13973)
+++ branches/enterprise/JBPAPP_5_0/examples/todo/resources/jbpm.cfg.xml	2011-01-06 14:54:48 UTC (rev 13974)
@@ -4,8 +4,7 @@
     <service name="persistence">
        <factory>
           <bean class="org.jbpm.persistence.jta.JtaDbPersistenceServiceFactory">
-             <field name="isTransactionEnabled"><false/></field>
-             <field name="isCurrentSessionEnabled"><true/></field>             
+             <field name="isCurrentSessionEnabled"><false/></field>             
           </bean>
        </factory>
     </service>



More information about the seam-commits mailing list