You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2018/12/06 17:32:42 UTC

[3/5] tomee git commit: TOME-2322 removing debug

TOME-2322 removing debug


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/14e5a2b4
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/14e5a2b4
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/14e5a2b4

Branch: refs/heads/master
Commit: 14e5a2b429b6311d6f6c0afde1e92e471beb0e9c
Parents: 156cbe5
Author: Jonathan Gallimore <jg...@tomitribe.com>
Authored: Thu Dec 6 14:26:31 2018 +0000
Committer: Jonathan Gallimore <jg...@tomitribe.com>
Committed: Thu Dec 6 14:26:31 2018 +0000

----------------------------------------------------------------------
 .../openejb/itest/failover/RandomConnectionStrategyTest.java       | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/14e5a2b4/itests/failover/src/test/java/org/apache/openejb/itest/failover/RandomConnectionStrategyTest.java
----------------------------------------------------------------------
diff --git a/itests/failover/src/test/java/org/apache/openejb/itest/failover/RandomConnectionStrategyTest.java b/itests/failover/src/test/java/org/apache/openejb/itest/failover/RandomConnectionStrategyTest.java
index c347285..401eabc 100644
--- a/itests/failover/src/test/java/org/apache/openejb/itest/failover/RandomConnectionStrategyTest.java
+++ b/itests/failover/src/test/java/org/apache/openejb/itest/failover/RandomConnectionStrategyTest.java
@@ -91,8 +91,6 @@ public class RandomConnectionStrategyTest {
             root.ignoreOut();
             root.setProperty("name", name);
             root.setProperty("openejb.extract.configuration", "false");
-//            root.setDebug(true);
-//            root.setDebugPort(5006);
 
             final StandaloneServer.ServerService multipoint = root.getServerService("multipoint");
             multipoint.setBind("localhost");