You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/03/07 02:55:19 UTC

svn commit: r807682 [10/19] - in /websites/production/cxf/content: ./ docs/

Modified: websites/production/cxf/content/docs/how-tos.html
==============================================================================
--- websites/production/cxf/content/docs/how-tos.html (original)
+++ websites/production/cxf/content/docs/how-tos.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- How-Tos
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/http-binding.html
==============================================================================
--- websites/production/cxf/content/docs/http-binding.html (original)
+++ websites/production/cxf/content/docs/http-binding.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- HTTP Binding
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>
@@ -123,7 +123,7 @@ Apache CXF -- HTTP Binding
            <div class="wiki-content">
 <div id="ConfluenceContent"><p>CXF includes an "HTTP binding" which makes it easy to build REST style services. The HTTP binding allows you to take any operation and map it to arbitrary URIs and HTTP verbs (i.e. GET, PUT, POST, DELETE).</p>
 
-<div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top" nowrap><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1" nowrap>This binding has been deprecated and is likely to be removed from CXF in one of its future releases.</td></tr></table></div>
+<div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1">This binding has been deprecated and is likely to be removed from CXF in one of its future releases.</td></tr></table></div>
 
 <h1><a shape="rect" name="HTTPBinding-Conventionbasedservices"></a>Convention based services</h1>
 <p>If you have a simple CRUD based Java class, CXF can try to build up a set of resources automatically for you with no annotations or configuration. This is best explained through an example. Lets take a look at a typical CRUD class:</p>
@@ -142,7 +142,7 @@ Apache CXF -- HTTP Binding
 </pre>
 </div></div>
 
-<div class="panelMacro"><table class="noteMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top" nowrap><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/warning.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1" nowrap><b>WebService Annotation</b><br clear="none">The <tt>@WebService</tt> annotation is required.</td></tr></table></div>
+<div class="panelMacro"><table class="noteMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/warning.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>WebService Annotation</b><br clear="none">The <tt>@WebService</tt> annotation is required.</td></tr></table></div>
 
 <p>Using CXF's convention based mapping, a set of resources will be created and mapped to these operations. </p>
 
@@ -358,7 +358,7 @@ Server svr = sf.create();
 <span class="code-tag">&lt;/beans&gt;</span>
 </pre>
 </div></div>
-<div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top" nowrap><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1" nowrap><b>Useful Information</b><br clear="none">The JaxWsServiceFactoryBean is not resusable across various services.</td></tr></table></div>
+<div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Useful Information</b><br clear="none">The JaxWsServiceFactoryBean is not resusable across various services.</td></tr></table></div>
 
 <h1><a shape="rect" name="HTTPBinding-Wrappedvs.UnwrappedMode"></a>Wrapped vs. Unwrapped Mode</h1>
 <p>In REST style services we can only send and receive one XML element. Wrapping is the process of wrapping the XML requests/responses with the operation names to allow multiple parameters to your operation. For instance, say we had an operation "Customer findCustomer(String name, String company)". It would not be valid to create an XML POST request like this:</p>

Modified: websites/production/cxf/content/docs/http-transport.html
==============================================================================
--- websites/production/cxf/content/docs/http-transport.html (original)
+++ websites/production/cxf/content/docs/http-transport.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- HTTP Transport
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/idea-for-new-index.html
==============================================================================
--- websites/production/cxf/content/docs/idea-for-new-index.html (original)
+++ websites/production/cxf/content/docs/idea-for-new-index.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- Idea for new Index
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/idl-to-wsdl.html
==============================================================================
--- websites/production/cxf/content/docs/idl-to-wsdl.html (original)
+++ websites/production/cxf/content/docs/idl-to-wsdl.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- IDL to WSDL
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>
@@ -144,7 +144,7 @@ modules to exclude&gt; -pf -h -v -verbos
 <h3><a shape="rect" name="IDLtoWSDL-Options"></a>Options</h3>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Option</th><th colspan="1" rowspan="1" class="confluenceTh">Interpretation</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-I &lt;idl-include-directory&gt;*</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specify a directory to be included in the search path for the IDL preprocessor.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-o &lt;output-directory&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>The wsdl output directory.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-a &lt;corba-address&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specify the value to be used for the corba:address location         attribute.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-b</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Treat bounded strings as unboun
 ded.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-f &lt;corba-address-file&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Use the contents of file as the value for the corba:address     locationattribute.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-n &lt;schema-import-file&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Do not generate schema types, but instead import them from file.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-s &lt;idl-sequence-type&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specify the XML Schema type used for the IDL sequence octet type. Valid option values for type are base64Binary and hexBinary. The default is base64Binary.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-w &lt;target-namespace&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specify the target namespace to use in the wsdl
 .</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-x &lt;schema-namespace&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specify the schema namespace to use in the wsdl.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-t &lt;corba-type-map target-namespace&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specify the corba type map target namespace to use in the wsdl.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-L &lt;logical-wsdl-filename&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Split the generated WSDL into two files. The logical        portion of the WSDL is generated into the specified file. The physical portion is generated into the default output file, unless -P is also used.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-P &lt;physical-wsdl-filename&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Split the gen
 erated WSDL into two files. The physical      portion of the WSDL is generated into specified file. The logical portion is generated into the default output file, unless -L is also used.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-T &lt;schema-file-name&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Generate schema types into the specified file. The file is      then imported back into the logical portion of the generated WSDL. This option cannot be used with -n.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-qualified</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Generate qualified wsdl contract</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-e &lt;xml-encoding-type&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Use specified encoding as the value of the generated WSDL xml encoding attribute. Defaults to UTF-8.</td></tr><tr><td colspan="1" rowspan="1" class
 ="confluenceTd" nowrap>-mns&lt;Customize the mapping of idl modules&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Map the IDL module to namespace</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-ow &lt;wsdloutput-file&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>The wsdl output file name</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-ex&lt;Specify the modules to exclude&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Exclude the idl modules from generation</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-pf</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Support for polymorphic factories</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-?,-h,-help</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Display detailed information for options.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-v</td><td c
 olspan="1" rowspan="1" class="confluenceTd" nowrap>Displays the version number of the tool.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-verbose</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Displays comments during the code generation process.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-quiet</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Suppresses comments during the code generation process.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&lt;idl&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>idl-file-name</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Option</th><th colspan="1" rowspan="1" class="confluenceTh">Interpretation</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-I &lt;idl-include-directory&gt;*</td><td colspan="1" rowspan="1" class="confluenceTd">Specify a directory to be included in the search path for the IDL preprocessor.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-o &lt;output-directory&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">The wsdl output directory.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-a &lt;corba-address&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">Specify the value to be used for the corba:address location         attribute.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-b</td><td colspan="1" rowspan="1" class="confluenceTd">Treat bounded strings as unbounded.</td></tr><tr><td colspan="1" rowspan="1" class="con
 fluenceTd">-f &lt;corba-address-file&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">Use the contents of file as the value for the corba:address     locationattribute.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-n &lt;schema-import-file&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">Do not generate schema types, but instead import them from file.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-s &lt;idl-sequence-type&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">Specify the XML Schema type used for the IDL sequence octet type. Valid option values for type are base64Binary and hexBinary. The default is base64Binary.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-w &lt;target-namespace&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">Specify the target namespace to use in the wsdl.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-x &lt;schema-namespace&gt;</td><td colspan="1" 
 rowspan="1" class="confluenceTd">Specify the schema namespace to use in the wsdl.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-t &lt;corba-type-map target-namespace&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">Specify the corba type map target namespace to use in the wsdl.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-L &lt;logical-wsdl-filename&gt;</td><td colspan="1" rowspan="1" class="confluenceTd"> Split the generated WSDL into two files. The logical        portion of the WSDL is generated into the specified file. The physical portion is generated into the default output file, unless -P is also used.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-P &lt;physical-wsdl-filename&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">Split the generated WSDL into two files. The physical      portion of the WSDL is generated into specified file. The logical portion is generated into the default output file, unles
 s -L is also used.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-T &lt;schema-file-name&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">Generate schema types into the specified file. The file is      then imported back into the logical portion of the generated WSDL. This option cannot be used with -n.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-qualified</td><td colspan="1" rowspan="1" class="confluenceTd">Generate qualified wsdl contract</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-e &lt;xml-encoding-type&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">Use specified encoding as the value of the generated WSDL xml encoding attribute. Defaults to UTF-8.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-mns&lt;Customize the mapping of idl modules&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">Map the IDL module to namespace</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd
 ">-ow &lt;wsdloutput-file&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">The wsdl output file name</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-ex&lt;Specify the modules to exclude&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">Exclude the idl modules from generation</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-pf</td><td colspan="1" rowspan="1" class="confluenceTd">Support for polymorphic factories</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-?,-h,-help</td><td colspan="1" rowspan="1" class="confluenceTd">Display detailed information for options.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-v</td><td colspan="1" rowspan="1" class="confluenceTd">Displays the version number of the tool.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-verbose</td><td colspan="1" rowspan="1" class="confluenceTd">Displays comments during the code generation process.</td></tr><tr><td colspan
 ="1" rowspan="1" class="confluenceTd">-quiet</td><td colspan="1" rowspan="1" class="confluenceTd">Suppresses comments during the code generation process.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">&lt;idl&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">idl-file-name</td></tr></tbody></table>
 </div>
 
 

Modified: websites/production/cxf/content/docs/index.html
==============================================================================
--- websites/production/cxf/content/docs/index.html (original)
+++ websites/production/cxf/content/docs/index.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- Index
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/interceptors.html
==============================================================================
--- websites/production/cxf/content/docs/interceptors.html (original)
+++ websites/production/cxf/content/docs/interceptors.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- Interceptors
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>
@@ -133,19 +133,19 @@ Apache CXF -- Interceptors
 
 <p>InterceptorChains are divided up into Phases. The phase that each interceptor runs in is declared in the interceptor's constructor.  Each phase may contain many interceptors. On the incoming chains, you'll have the following phases:</p>
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Phase </th><th colspan="1" rowspan="1" class="confluenceTh"> Functions </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> RECEIVE </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Transport level processing </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> (PRE/USER/POST)_STREAM </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Stream level processing/transformations </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> READ </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> This is where header reading typically occurs. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> (PRE/USER/POST)_PROTOCOL </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Protocol processing, such as JAX-WS SOAP handlers </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap
 > UNMARSHAL </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Unmarshalling of the request </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> (PRE/USER/POST)_LOGICAL </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Processing of the umarshalled request </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> PRE_INVOKE </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Pre invocation actions </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> INVOKE </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Invocation of the service </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> POST_INVOKE </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Invocation of the outgoing chain if there is one </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Phase </th><th colspan="1" rowspan="1" class="confluenceTh"> Functions </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> RECEIVE </td><td colspan="1" rowspan="1" class="confluenceTd"> Transport level processing </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> (PRE/USER/POST)_STREAM </td><td colspan="1" rowspan="1" class="confluenceTd"> Stream level processing/transformations </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> READ </td><td colspan="1" rowspan="1" class="confluenceTd"> This is where header reading typically occurs. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> (PRE/USER/POST)_PROTOCOL </td><td colspan="1" rowspan="1" class="confluenceTd"> Protocol processing, such as JAX-WS SOAP handlers </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> UNMARSHAL </td><td colspan="1" rowspan="1" class="confluenceT
 d"> Unmarshalling of the request </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> (PRE/USER/POST)_LOGICAL </td><td colspan="1" rowspan="1" class="confluenceTd"> Processing of the umarshalled request </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> PRE_INVOKE </td><td colspan="1" rowspan="1" class="confluenceTd"> Pre invocation actions </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> INVOKE </td><td colspan="1" rowspan="1" class="confluenceTd"> Invocation of the service </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> POST_INVOKE </td><td colspan="1" rowspan="1" class="confluenceTd"> Invocation of the outgoing chain if there is one </td></tr></tbody></table>
 </div>
 
 <p>On the outgoing chain there are the following phases:</p>
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Phase </th><th colspan="1" rowspan="1" class="confluenceTh"> Functions </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> SETUP </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Any set up for the following phases </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> (PRE/USER/POST)_LOGICAL </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Processing of objects about to marshalled </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> PREPARE_SEND </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Opening of the connection </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> PRE_STREAM </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> PRE_PROTOCOL </td><td colspan="1" rowspan="1" class="conflue
 nceTd" nowrap> Misc protocol actions. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> WRITE </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Writing of the protocol message, such as the SOAP Envelope. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> MARSHAL </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Marshalling of the objects </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> (USER/POST)_PROTOCOL </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Processing of the protocol message. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> (USER/POST)_STREAM </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Processing of the byte level message </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> SEND </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Phase </th><th colspan="1" rowspan="1" class="confluenceTh"> Functions </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> SETUP </td><td colspan="1" rowspan="1" class="confluenceTd"> Any set up for the following phases </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> (PRE/USER/POST)_LOGICAL </td><td colspan="1" rowspan="1" class="confluenceTd"> Processing of objects about to marshalled </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> PREPARE_SEND </td><td colspan="1" rowspan="1" class="confluenceTd"> Opening of the connection </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> PRE_STREAM </td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> PRE_PROTOCOL </td><td colspan="1" rowspan="1" class="confluenceTd"> Misc protocol actions. </td></tr><tr><td colspan="1" ro
 wspan="1" class="confluenceTd"> WRITE </td><td colspan="1" rowspan="1" class="confluenceTd"> Writing of the protocol message, such as the SOAP Envelope. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> MARSHAL </td><td colspan="1" rowspan="1" class="confluenceTd"> Marshalling of the objects </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> (USER/POST)_PROTOCOL </td><td colspan="1" rowspan="1" class="confluenceTd"> Processing of the protocol message. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> (USER/POST)_STREAM </td><td colspan="1" rowspan="1" class="confluenceTd"> Processing of the byte level message </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> SEND </td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td></tr></tbody></table>
 </div>
 
 
 <p>After the SEND phase, there are a bunch of "*_ENDING" phases that are symmetrical to the above phases to allow the interceptors to cleanup and close anything that they had opened or started in the above phases:</p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Phase </th><th colspan="1" rowspan="1" class="confluenceTh"> Functions </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> SEND_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> POST_STREAM_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> USER_STREAM_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> POST_PROTOCOL_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> USER_PROTOCOL_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td></tr><tr><td colspan="1" rowspan="1" cl
 ass="confluenceTd" nowrap> MARSHAL_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> WRITE_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> PRE_PROTOCOL_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> PRE_STREAM_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> PREPARE_SEND_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> POST_LOGICAL_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> USER_LOGICAL_ENDING </td><td
  colspan="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> PRE_LOGICAL_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> SETUP_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Usually results in all the streams being closed and the final data being sent on the wire. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Phase </th><th colspan="1" rowspan="1" class="confluenceTh"> Functions </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> SEND_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> POST_STREAM_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> USER_STREAM_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> POST_PROTOCOL_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> USER_PROTOCOL_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> MARSHAL_ENDING </td><td colspan="1" rowspan="1" cl
 ass="confluenceTd">&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> WRITE_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> PRE_PROTOCOL_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> PRE_STREAM_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> PREPARE_SEND_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> POST_LOGICAL_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> USER_LOGICAL_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> PRE_LOGICAL_ENDING </td><td colspan="1" rowsp
 an="1" class="confluenceTd">&#160;</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> SETUP_ENDING </td><td colspan="1" rowspan="1" class="confluenceTd"> Usually results in all the streams being closed and the final data being sent on the wire. </td></tr></tbody></table>
 </div>
 
 

Modified: websites/production/cxf/content/docs/invokers.html
==============================================================================
--- websites/production/cxf/content/docs/invokers.html (original)
+++ websites/production/cxf/content/docs/invokers.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- Invokers
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/java-to-javascript.html
==============================================================================
--- websites/production/cxf/content/docs/java-to-javascript.html (original)
+++ websites/production/cxf/content/docs/java-to-javascript.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- Java to Javascript
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>
@@ -141,7 +141,7 @@ the bean definition file.&gt;* -cp &lt;c
 <h3><a shape="rect" name="JavatoJavascript-Options"></a>Options</h3>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Option</th><th colspan="1" rowspan="1" class="confluenceTh">Interpretation</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-databinding &lt;jaxb or aegis&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specify the data binding (aegis or jaxb). Default is jaxb for jaxws frontend, and aegis for simple frontend.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-jsutils</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Write the JavaScript common utilities at the beginning of the output.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-o &lt;output-file&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specify the output wsdl file name</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-d &lt;resource-directory&gt;</td><td colspan="1" rowspan="1" class="confluenceTd" nowr
 ap>The directory in which the output wsdl and other resource files are placed</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-beans &lt;pathname of the bean definition file.&gt;*</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specify the pathname of a file defining additional Spring beans to customize databinding configuration.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-cp <em>class-path</em></td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specify the SEI and types class search path of directories and zip/jar files</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-soap12</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specify to generate SOAP 1.2 binding</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>?,-h,-help</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Display detailed information for options.</td></tr><tr><td colspan="1" rowspan="
 1" class="confluenceTd" nowrap>-v</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Displays the version number of the tool.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-verbose</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Display comments during the code generation process.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-quiet</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Suppress comments during the code generation process.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap><em>classname</em></td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>SEI class name</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Option</th><th colspan="1" rowspan="1" class="confluenceTh">Interpretation</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-databinding &lt;jaxb or aegis&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">Specify the data binding (aegis or jaxb). Default is jaxb for jaxws frontend, and aegis for simple frontend.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-jsutils</td><td colspan="1" rowspan="1" class="confluenceTd">Write the JavaScript common utilities at the beginning of the output.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-o &lt;output-file&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">Specify the output wsdl file name</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-d &lt;resource-directory&gt;</td><td colspan="1" rowspan="1" class="confluenceTd">The directory in which the output wsdl and other reso
 urce files are placed</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-beans &lt;pathname of the bean definition file.&gt;*</td><td colspan="1" rowspan="1" class="confluenceTd">Specify the pathname of a file defining additional Spring beans to customize databinding configuration.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-cp <em>class-path</em></td><td colspan="1" rowspan="1" class="confluenceTd">Specify the SEI and types class search path of directories and zip/jar files</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-soap12</td><td colspan="1" rowspan="1" class="confluenceTd">Specify to generate SOAP 1.2 binding</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">?,-h,-help</td><td colspan="1" rowspan="1" class="confluenceTd">Display detailed information for options.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-v</td><td colspan="1" rowspan="1" class="confluenceTd">Displays the version number of t
 he tool.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-verbose</td><td colspan="1" rowspan="1" class="confluenceTd">Display comments during the code generation process.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-quiet</td><td colspan="1" rowspan="1" class="confluenceTd">Suppress comments during the code generation process.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><em>classname</em></td><td colspan="1" rowspan="1" class="confluenceTd">SEI class name</td></tr></tbody></table>
 </div>
 
 

Modified: websites/production/cxf/content/docs/java-to-ws.html
==============================================================================
--- websites/production/cxf/content/docs/java-to-ws.html (original)
+++ websites/production/cxf/content/docs/java-to-ws.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- Java to WS
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>
@@ -150,7 +150,7 @@ Apache CXF -- Java to WS
 <p>The options used to manage the code generation process are reviewed in the following table.</p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Option </th><th colspan="1" rowspan="1" class="confluenceTh"> Interpretation </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-?</tt>,<tt>-h</tt>,<tt>-help</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Displays the online help for this utility and exits. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -o </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the name of the generated WSDL file. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> --databinding</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specify the data binding (aegis or jaxb). Default is jaxb for jaxws frontend, and aegis for simple frontend.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-frontend</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specify the fronte
 nd to use.  jaxws and the simple frontend are supported.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-wsdl</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specify to generate the WSDL file.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-wrapperbean</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specify to generate the wrapper and fault bean</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-client</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specify to generate client side code</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-server</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specify to generate server side code</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap>-ant</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specify to generate an Ant build.xml script</td></tr><tr><td colspan="1" rowspan="1" class=
 "confluenceTd" nowrap> -cp </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specify the SEI and types class search path of directories and zip/jar files. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -soap12 </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies that the generated WSDL is to include a SOAP 1.2 binding. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -t </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the target namespace to use in the generated WSDL file. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -servicename </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the value of the generated service element's name attribute. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -v </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Displays the version number for the tool. </td></tr><tr><t
 d colspan="1" rowspan="1" class="confluenceTd" nowrap> -verbose </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Displays comments during the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -quiet </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Suppresses comments during the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -s </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> The directory in which the generated source files(wrapper bean ,fault bean ,client side or server side code) are placed.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -classdir </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> The directory in which the generated sources are compiled into.  If not specified, the files are not compiled. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -portname</td><td colspan="1" ro
 wspan="1" class="confluenceTd" nowrap> Specify the port name to use in the generated wsdl. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -address</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specify the port address. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -beans</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specify the pathname of a file defining additional Spring beans to customize databinding configuration.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -createxsdimports</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Output schemas to separate files and use imports to load them instead of inlining them into the wsdl. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -d </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> The directory in which the resource files are placed, wsdl file will be placed into this directory by d
 efault</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> classname </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the name of the SEI class. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Option </th><th colspan="1" rowspan="1" class="confluenceTh"> Interpretation </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-?</tt>,<tt>-h</tt>,<tt>-help</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Displays the online help for this utility and exits. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -o </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the name of the generated WSDL file. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> --databinding</td><td colspan="1" rowspan="1" class="confluenceTd">Specify the data binding (aegis or jaxb). Default is jaxb for jaxws frontend, and aegis for simple frontend.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-frontend</td><td colspan="1" rowspan="1" class="confluenceTd"> Specify the frontend to use.  jaxws and the simple frontend are supported.
 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-wsdl</td><td colspan="1" rowspan="1" class="confluenceTd">Specify to generate the WSDL file.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-wrapperbean</td><td colspan="1" rowspan="1" class="confluenceTd">Specify to generate the wrapper and fault bean</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-client</td><td colspan="1" rowspan="1" class="confluenceTd">Specify to generate client side code</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-server</td><td colspan="1" rowspan="1" class="confluenceTd">Specify to generate server side code</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">-ant</td><td colspan="1" rowspan="1" class="confluenceTd">Specify to generate an Ant build.xml script</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -cp </td><td colspan="1" rowspan="1" class="confluenceTd"> Specify the SEI and types class search path of dire
 ctories and zip/jar files. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -soap12 </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies that the generated WSDL is to include a SOAP 1.2 binding. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -t </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the target namespace to use in the generated WSDL file. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -servicename </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the value of the generated service element's name attribute. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -v </td><td colspan="1" rowspan="1" class="confluenceTd"> Displays the version number for the tool. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -verbose </td><td colspan="1" rowspan="1" class="confluenceTd"> Displays comments during the code generation process. </td></tr><tr><td colspan="1" 
 rowspan="1" class="confluenceTd"> -quiet </td><td colspan="1" rowspan="1" class="confluenceTd"> Suppresses comments during the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -s </td><td colspan="1" rowspan="1" class="confluenceTd"> The directory in which the generated source files(wrapper bean ,fault bean ,client side or server side code) are placed.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -classdir </td><td colspan="1" rowspan="1" class="confluenceTd"> The directory in which the generated sources are compiled into.  If not specified, the files are not compiled. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -portname</td><td colspan="1" rowspan="1" class="confluenceTd"> Specify the port name to use in the generated wsdl. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -address</td><td colspan="1" rowspan="1" class="confluenceTd"> Specify the port address. </td></tr><tr><td cols
 pan="1" rowspan="1" class="confluenceTd"> -beans</td><td colspan="1" rowspan="1" class="confluenceTd">Specify the pathname of a file defining additional Spring beans to customize databinding configuration.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -createxsdimports</td><td colspan="1" rowspan="1" class="confluenceTd">Output schemas to separate files and use imports to load them instead of inlining them into the wsdl. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -d </td><td colspan="1" rowspan="1" class="confluenceTd"> The directory in which the resource files are placed, wsdl file will be placed into this directory by default</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> classname </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the name of the SEI class. </td></tr></tbody></table>
 </div>
 
 <p>You must include the <tt>classname</tt> argument. All other arguments are optional and may be listed in any order. This tool will search and load the service endpoint class and types classes. Make certain these classes are on the <tt>CLASSPATH</tt> or in a location identified through the <tt>-cp</tt> flag. If none of "-wsdl , - wrapperbean, -client, -server" flags are specified, java2ws will generate nothing.</p>

Modified: websites/production/cxf/content/docs/java-to-wsdl.html
==============================================================================
--- websites/production/cxf/content/docs/java-to-wsdl.html (original)
+++ websites/production/cxf/content/docs/java-to-wsdl.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- Java to WSDL
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>
@@ -151,7 +151,7 @@ java2wsdl [-?|-help|-h][-o &lt;output-fi
 
 <p>The arguments used to manage the WSDL file generation are reviewed in the following table.</p>
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Option</th><th colspan="1" rowspan="1" class="confluenceTh">Interpretation</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -? </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Displays the online help for this utility. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -help </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -h </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -o </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the name of the generated WSDL file. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -cp </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specify the SEI and types class search path of directories and zip/jar files. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -soap12 </td><td colspan=
 "1" rowspan="1" class="confluenceTd" nowrap> Specifies that the generated WSDL is to include a SOAP 1.2 binding. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -t </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the target namespace to use in the generated WSDL file. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -servicename </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the value of the generated service element's name attribute. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -v </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Displays the version number for the tool. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -verbose </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Displays comments during the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -quiet </td>
 <td colspan="1" rowspan="1" class="confluenceTd" nowrap> Suppresses comments during the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -s </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> The directory in which the generated source files are placed, mostly in jaxws mode, it will generate the wrapper beans and fault beans </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -classdir </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> The directory in which the generated sources are compiled into.  If not specified, the files are not compiled. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -portname</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specify the port name to use in the generated wsdl. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -createxsdimports</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Output s
 chemas to separate files and use imports to load them instead of inlining them into the wsdl. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> -d </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> The directory in which the output files are placed. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> classname </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the name of the SEI class.  Note this is the compiled class, not a reference to its source file. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Option</th><th colspan="1" rowspan="1" class="confluenceTh">Interpretation</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -? </td><td colspan="1" rowspan="1" class="confluenceTd"> Displays the online help for this utility. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -help </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -h </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -o </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the name of the generated WSDL file. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -cp </td><td colspan="1" rowspan="1" class="confluenceTd"> Specify the SEI and types class search path of directories and zip/jar files. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -soap12 </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies that the genera
 ted WSDL is to include a SOAP 1.2 binding. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -t </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the target namespace to use in the generated WSDL file. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -servicename </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the value of the generated service element's name attribute. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -v </td><td colspan="1" rowspan="1" class="confluenceTd"> Displays the version number for the tool. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -verbose </td><td colspan="1" rowspan="1" class="confluenceTd"> Displays comments during the code generation process. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -quiet </td><td colspan="1" rowspan="1" class="confluenceTd"> Suppresses comments during the code generation process. </td></tr><tr><td colspan="
 1" rowspan="1" class="confluenceTd"> -s </td><td colspan="1" rowspan="1" class="confluenceTd"> The directory in which the generated source files are placed, mostly in jaxws mode, it will generate the wrapper beans and fault beans </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -classdir </td><td colspan="1" rowspan="1" class="confluenceTd"> The directory in which the generated sources are compiled into.  If not specified, the files are not compiled. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -portname</td><td colspan="1" rowspan="1" class="confluenceTd"> Specify the port name to use in the generated wsdl. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -createxsdimports</td><td colspan="1" rowspan="1" class="confluenceTd">Output schemas to separate files and use imports to load them instead of inlining them into the wsdl. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> -d </td><td colspan="1" rowspan="1" cl
 ass="confluenceTd"> The directory in which the output files are placed. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> classname </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the name of the SEI class.  Note this is the compiled class, not a reference to its source file. </td></tr></tbody></table>
 </div>
 
 <p>You must include the <tt>classname</tt> argument. All other arguments are optional and may be listed in any order. This tool will search and load the service endpoint class and types classes. Make certain these classes are on the <tt>CLASSPATH</tt> or in a location identified through the <tt>-cp</tt> flag.</p>

Modified: websites/production/cxf/content/docs/javadoc.html
==============================================================================
--- websites/production/cxf/content/docs/javadoc.html (original)
+++ websites/production/cxf/content/docs/javadoc.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- Javadoc
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/javascript-client-code.html
==============================================================================
--- websites/production/cxf/content/docs/javascript-client-code.html (original)
+++ websites/production/cxf/content/docs/javascript-client-code.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- JavaScript Client Code
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/javascript-client-configuration.html
==============================================================================
--- websites/production/cxf/content/docs/javascript-client-configuration.html (original)
+++ websites/production/cxf/content/docs/javascript-client-configuration.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- JavaScript Client Configur
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/javascript-client-limitations.html
==============================================================================
--- websites/production/cxf/content/docs/javascript-client-limitations.html (original)
+++ websites/production/cxf/content/docs/javascript-client-limitations.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- JavaScript Client Limitati
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/javascript-client-samples.html
==============================================================================
--- websites/production/cxf/content/docs/javascript-client-samples.html (original)
+++ websites/production/cxf/content/docs/javascript-client-samples.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- JavaScript Client Samples
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/javascript-clients.html
==============================================================================
--- websites/production/cxf/content/docs/javascript-clients.html (original)
+++ websites/production/cxf/content/docs/javascript-clients.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- JavaScript Clients
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/javascript.html
==============================================================================
--- websites/production/cxf/content/docs/javascript.html (original)
+++ websites/production/cxf/content/docs/javascript.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- JavaScript
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>
@@ -217,7 +217,7 @@ WebServiceProvider1.invoke = function(re
 <h2><a shape="rect" name="JavaScript-DeployingScriptedServices"></a>Deploying Scripted Services</h2>
 
 <p>CXF provides a lightweight container that allows you to deploy your Javascript and E4X services and take advantage of CXF's pluggable transport infrastructure.</p>
-<div class="panelMacro"><table class="noteMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top" nowrap><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/warning.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1" nowrap><b>Note</b><br clear="none">Script based services can only work with SOAP messages. So, while they are multi-transport, they can only use the SOAP binding.</td></tr></table></div>
+<div class="panelMacro"><table class="noteMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/warning.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Note</b><br clear="none">Script based services can only work with SOAP messages. So, while they are multi-transport, they can only use the SOAP binding.</td></tr></table></div>
 <p>You deploy services into the container using the following command:</p>
 <div class="panel" style="border-width: 1px;"><div class="panelContent">
 <p><tt>java org.apache.cxf.js.rhino.ServerApp [ -a <em>addressURL</em> ] [ -b <em>baseAddressURL</em> ] file.js [ <em>file2.js</em> <em>file3.jsx</em> ... ]</tt></p>
@@ -226,7 +226,7 @@ WebServiceProvider1.invoke = function(re
 
 <p><tt>ServerApp</tt> has three optional arguments:</p>
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Argument</th><th colspan="1" rowspan="1" class="confluenceTh">Description</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-a <em>addressURL</em></tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the address at which <tt>ServerApp</tt> publishes the service endpoint implementation found in the script file following the URL. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-b <em>baseAddressURL</em></tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the base address used by <tt>ServerApp</tt> when publishing the service endpoints defined by the script files. The full address for the service endpoints is formed by appending the service's port name to the base address. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>-v</tt> </td><td colspan="1" rowspan="1" cla
 ss="confluenceTd" nowrap> Specifies that {<tt>ServerApp</tt> is to run in verbose mode.</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Argument</th><th colspan="1" rowspan="1" class="confluenceTh">Description</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-a <em>addressURL</em></tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the address at which <tt>ServerApp</tt> publishes the service endpoint implementation found in the script file following the URL. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-b <em>baseAddressURL</em></tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the base address used by <tt>ServerApp</tt> when publishing the service endpoints defined by the script files. The full address for the service endpoints is formed by appending the service's port name to the base address. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-v</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies that {
 <tt>ServerApp</tt> is to run in verbose mode.</td></tr></tbody></table>
 </div>
 
 

Modified: websites/production/cxf/content/docs/jax-rs-advanced-features.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-advanced-features.html (original)
+++ websites/production/cxf/content/docs/jax-rs-advanced-features.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- JAX-RS Advanced Features
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/jax-rs-advanced-xml.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-advanced-xml.html (original)
+++ websites/production/cxf/content/docs/jax-rs-advanced-xml.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- JAX-RS Advanced XML
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/jax-rs-and-jax-ws.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-and-jax-ws.html (original)
+++ websites/production/cxf/content/docs/jax-rs-and-jax-ws.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- JAX-RS and JAX-WS
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/jax-rs-basics.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-basics.html (original)
+++ websites/production/cxf/content/docs/jax-rs-basics.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- JAX-RS Basics
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/jax-rs-client-api.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-client-api.html (original)
+++ websites/production/cxf/content/docs/jax-rs-client-api.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- JAX-RS Client API
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/jax-rs-cors.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-cors.html (original)
+++ websites/production/cxf/content/docs/jax-rs-cors.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- JAX-RS CORS
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/jax-rs-data-bindings.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-data-bindings.html (original)
+++ websites/production/cxf/content/docs/jax-rs-data-bindings.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- JAX-RS Data Bindings
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/jax-rs-deployment.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-deployment.html (original)
+++ websites/production/cxf/content/docs/jax-rs-deployment.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- JAX-RS Deployment
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/jax-rs-failover.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-failover.html (original)
+++ websites/production/cxf/content/docs/jax-rs-failover.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- JAX-RS Failover
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/jax-rs-filters.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-filters.html (original)
+++ websites/production/cxf/content/docs/jax-rs-filters.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- JAX-RS Filters
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/jax-rs-jsr-311.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-jsr-311.html (original)
+++ websites/production/cxf/content/docs/jax-rs-jsr-311.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- JAX-RS (JSR-311)
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/jax-rs-maven-plugins.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-maven-plugins.html (original)
+++ websites/production/cxf/content/docs/jax-rs-maven-plugins.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- JAX-RS Maven Plugins
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>