You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by bu...@apache.org on 2012/02/20 10:36:08 UTC

svn commit: r805469 - in /websites/staging/openejb/trunk: ./ content/examples-trunk/simple-webservice/src/test/java/org/superbiz/calculator/ws/CalculatorTest.java

Author: buildbot
Date: Mon Feb 20 09:36:08 2012
New Revision: 805469

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/   (props changed)
    websites/staging/openejb/trunk/content/examples-trunk/simple-webservice/src/test/java/org/superbiz/calculator/ws/CalculatorTest.java

Propchange: websites/staging/openejb/trunk/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 20 09:36:08 2012
@@ -1 +1 @@
-1291144
+1291163

Modified: websites/staging/openejb/trunk/content/examples-trunk/simple-webservice/src/test/java/org/superbiz/calculator/ws/CalculatorTest.java
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/simple-webservice/src/test/java/org/superbiz/calculator/ws/CalculatorTest.java (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/simple-webservice/src/test/java/org/superbiz/calculator/ws/CalculatorTest.java Mon Feb 20 09:36:08 2012
@@ -34,8 +34,9 @@ public class CalculatorTest {
     public static void setUp() throws Exception {
         Properties properties = new Properties();
         properties.setProperty("openejb.embedded.remotable", "true");
-        properties.setProperty("httpejbd.print", "true");
-        properties.setProperty("httpejbd.indent.xml", "true");
+        // properties.setProperty("httpejbd.print", "true");
+        // properties.setProperty("httpejbd.indent.xml", "true");
+        // properties.setProperty("OpenEJB.server.http.level", "FINE");
         EJBContainer.createEJBContainer(properties);
     }