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/19 04:28:48 UTC

svn commit: r805314 - in /websites/staging/openejb/trunk: ./ content/examples-trunk/simple-webservice/README.html

Author: buildbot
Date: Sun Feb 19 03:28:47 2012
New Revision: 805314

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/   (props changed)
    websites/staging/openejb/trunk/content/examples-trunk/simple-webservice/README.html

Propchange: websites/staging/openejb/trunk/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Feb 19 03:28:47 2012
@@ -1 +1 @@
-1290931
+1290932

Modified: websites/staging/openejb/trunk/content/examples-trunk/simple-webservice/README.html
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/simple-webservice/README.html (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/simple-webservice/README.html Sun Feb 19 03:28:47 2012
@@ -215,8 +215,8 @@ 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");
         EJBContainer.createEJBContainer(properties);
     }