[jbpm-commits] JBoss JBPM SVN: r3250 - projects/gwt-console/trunk/server/src/main/java/org/jboss/bpm/console/server/integration/spec.

do-not-reply at jboss.org do-not-reply at jboss.org
Sat Dec 6 11:39:08 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-12-06 11:39:08 -0500 (Sat, 06 Dec 2008)
New Revision: 3250

Modified:
   projects/gwt-console/trunk/server/src/main/java/org/jboss/bpm/console/server/integration/spec/ManagementFactoryImpl.java
Log:
useSpecIntegration = false

Modified: projects/gwt-console/trunk/server/src/main/java/org/jboss/bpm/console/server/integration/spec/ManagementFactoryImpl.java
===================================================================
--- projects/gwt-console/trunk/server/src/main/java/org/jboss/bpm/console/server/integration/spec/ManagementFactoryImpl.java	2008-12-06 16:34:04 UTC (rev 3249)
+++ projects/gwt-console/trunk/server/src/main/java/org/jboss/bpm/console/server/integration/spec/ManagementFactoryImpl.java	2008-12-06 16:39:08 UTC (rev 3250)
@@ -37,7 +37,7 @@
  */
 public class ManagementFactoryImpl extends ManagementFactory
 {
-  private boolean useSpecIntegration = true;
+  private boolean useSpecIntegration = false;
   
   public ProcessManagement createProcessManagement()
   {




More information about the jbpm-commits mailing list