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:42:41 UTC

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

Author: buildbot
Date: Sun Feb 19 01:42:40 2012
New Revision: 805306

Log:
Staging update by buildbot for openejb

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

Propchange: websites/staging/openejb/trunk/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Feb 19 01:42:40 2012
@@ -1 +1 @@
-1290920
+1290921

Modified: websites/staging/openejb/trunk/content/examples-trunk/webservice-handlerchain/README.html
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/webservice-handlerchain/README.html (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/webservice-handlerchain/README.html Sun Feb 19 01:42:40 2012
@@ -178,7 +178,7 @@ public class Calculator implements Calcu
 
 <p>Here we see <code>@HandlerChain</code> pointing to a file called <code>handlers.xml</code>.  This file could be called anything, but it must be in the same jar and java package as our <code>Calculator</code> component.</p>
 
-<h2>The <handler-chains> file</h2>
+<h2>The &lt;handler-chains> file</h2>
 
 <p>Our <code>Calculator</code> service is in the package <code>org.superbiz.calculator.wsh</code>, which means our handler chain xml file must be at <code>org/superbiz/calculator/wsh/handlers.xml</code> in our application's classpath or the file will not be found and no handlers will be used.</p>