[jbpm-commits] JBoss JBPM SVN: r5151 - jbpm4/trunk/modules/pvm/src/main/resources.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Jun 29 08:17:14 EDT 2009


Author: jbarrez
Date: 2009-06-29 08:17:14 -0400 (Mon, 29 Jun 2009)
New Revision: 5151

Modified:
   jbpm4/trunk/modules/pvm/src/main/resources/jbpm.execution.hbm.xml
Log:
Fix for JBPM-2357

Modified: jbpm4/trunk/modules/pvm/src/main/resources/jbpm.execution.hbm.xml
===================================================================
--- jbpm4/trunk/modules/pvm/src/main/resources/jbpm.execution.hbm.xml	2009-06-29 12:16:21 UTC (rev 5150)
+++ jbpm4/trunk/modules/pvm/src/main/resources/jbpm.execution.hbm.xml	2009-06-29 12:17:14 UTC (rev 5151)
@@ -340,7 +340,6 @@
      select execution
      from org.jbpm.pvm.internal.model.ExecutionImpl as execution
      where execution.id = :id
-       and execution.state != 'suspended'
     ]]>
   </query>
 




More information about the jbpm-commits mailing list