From 563424ac16906582bc4e1f2c43ae514fa3b08376 Mon Sep 17 00:00:00 2001 From: David BRASSELY Date: Fri, 30 Aug 2013 07:53:05 +0200 Subject: [PATCH] Move admin server flag to standalone server --- .../net/openesb/standalone/framework/JSEPlatformContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openesb-standalone-framework/src/main/java/net/openesb/standalone/framework/JSEPlatformContext.java b/openesb-standalone-framework/src/main/java/net/openesb/standalone/framework/JSEPlatformContext.java index ccb7d9b..bf04c58 100644 --- a/openesb-standalone-framework/src/main/java/net/openesb/standalone/framework/JSEPlatformContext.java +++ b/openesb-standalone-framework/src/main/java/net/openesb/standalone/framework/JSEPlatformContext.java @@ -111,7 +111,7 @@ public class JSEPlatformContext implements com.sun.jbi.platform.PlatformContext */ public boolean isAdminServer() { - return true; + return false; } /**