Author: heiko.braun(a)jboss.com
Date: 2008-12-11 06:41:01 -0500 (Thu, 11 Dec 2008)
New Revision: 3336
Modified:
projects/gwt-console/trunk/server/src/main/java/org/jboss/bpm/console/server/integration/spec/ManagementFactoryImpl.java
Log:
Toggle spec integration layer through:
-Dorg.jboss.bpm.console.server.integration.ManagementFactory.spec=true
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-11
11:38:53 UTC (rev 3335)
+++
projects/gwt-console/trunk/server/src/main/java/org/jboss/bpm/console/server/integration/spec/ManagementFactoryImpl.java 2008-12-11
11:41:01 UTC (rev 3336)
@@ -33,11 +33,15 @@
import org.jboss.bpm.console.server.integration.jbpm3.JBPM3UserManagement;
/**
+ * Toggle the spec integration through:
+ * <code>
+ * -Dorg.jboss.bpm.console.server.integration.ManagementFactory.spec=true
+ * </code>
* @author Thomas.Diesler(a)jboss.com
*/
public class ManagementFactoryImpl extends ManagementFactory
{
- private boolean useSpecIntegration = false;
+ private boolean useSpecIntegration =
Boolean.getBoolean(ManagementFactory.class.getName()+".spec");
public ProcessManagement createProcessManagement()
{
Show replies by date