You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2012/02/19 04:26:27 UTC

svn commit: r1290932 - /openejb/trunk/openejb/examples/simple-webservice/README.md

Author: dblevins
Date: Sun Feb 19 03:26:27 2012
New Revision: 1290932

URL: http://svn.apache.org/viewvc?rev=1290932&view=rev
Log:
comment out the print and indent.xml options

Modified:
    openejb/trunk/openejb/examples/simple-webservice/README.md

Modified: openejb/trunk/openejb/examples/simple-webservice/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/simple-webservice/README.md?rev=1290932&r1=1290931&r2=1290932&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/simple-webservice/README.md (original)
+++ openejb/trunk/openejb/examples/simple-webservice/README.md Sun Feb 19 03:26:27 2012
@@ -70,8 +70,8 @@ With this we can get an implementation o
         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);
         }