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 02:49:22 UTC

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

Author: buildbot
Date: Sun Feb 19 01:49:22 2012
New Revision: 805307

Log:
Staging update by buildbot for openejb

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

Propchange: websites/staging/openejb/trunk/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Feb 19 01:49:22 2012
@@ -1 +1 @@
-1290921
+1290923

Modified: websites/staging/openejb/trunk/content/examples-trunk/webservice-holder/README.html
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/webservice-holder/README.html (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/webservice-holder/README.html Sun Feb 19 01:49:22 2012
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>@WebService OUT params with @WebParam and JAX-WS Holder</title>
+      <title>@WebService OUT params via javax.xml.ws.Holder</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -58,7 +58,7 @@
       };
       function twshare () {
           window.open(
-                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=@WebService OUT params with @WebParam and JAX-WS Holder " + document.URL,
+                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=@WebService OUT params via javax.xml.ws.Holder " + document.URL,
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -133,7 +133,7 @@
 </div>
 &nbsp;
 <div class="page-header">
-<h1>@WebService OUT params with @WebParam and JAX-WS Holder
+<h1>@WebService OUT params via javax.xml.ws.Holder
 
     <div style="float: right; position: relative; bottom: -10px; ">
         <a onclick="javascript:gpshare()" class="gp-share sprite" title="share on Google+">share [gp]</a>
@@ -259,8 +259,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);
     }