You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2012/10/30 17:47:30 UTC

svn commit: r836610 - in /websites/production/cxf/content: cache/docs.pageCache docs/jax-rs-deployment.html

Author: buildbot
Date: Tue Oct 30 16:47:29 2012
New Revision: 836610

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/docs.pageCache
    websites/production/cxf/content/docs/jax-rs-deployment.html

Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.

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 Tue Oct 30 16:47:29 2012
@@ -124,7 +124,7 @@ Apache CXF -- JAX-RS Deployment
 <div id="ConfluenceContent"><p><span style="font-size:2em;font-weight:bold"> JAX-RS : Deployment </span></p>
 
 <div>
-<ul><li><a shape="rect" href="#JAX-RSDeployment-ApplicationServers">Application Servers</a></li><ul><li><a shape="rect" href="#JAX-RSDeployment-Glassfish">Glassfish</a></li><li><a shape="rect" href="#JAX-RSDeployment-JBoss">JBoss</a></li><li><a shape="rect" href="#JAX-RSDeployment-WebLogic">WebLogic</a></li><ul><li><a shape="rect" href="#JAX-RSDeployment-SpecifyingaWebLogicspecificJSPservlet">Specifying a WebLogic specific JSP servlet</a></li><li><a shape="rect" href="#JAX-RSDeployment-SelectingWoodstoxasthedefaultparser">Selecting Woodstox as the default parser</a></li></ul></ul></ul></div>
+<ul><li><a shape="rect" href="#JAX-RSDeployment-ApplicationServers">Application Servers</a></li><ul><li><a shape="rect" href="#JAX-RSDeployment-Glassfish">Glassfish</a></li><li><a shape="rect" href="#JAX-RSDeployment-JBoss">JBoss</a></li><li><a shape="rect" href="#JAX-RSDeployment-WebLogic">WebLogic</a></li><ul><li><a shape="rect" href="#JAX-RSDeployment-SpecifyingaWebLogicspecificJSPservlet">Specifying a WebLogic specific JSP servlet</a></li><li><a shape="rect" href="#JAX-RSDeployment-CXFRuntimeDelegate">CXF RuntimeDelegate</a></li><li><a shape="rect" href="#JAX-RSDeployment-SelectingWoodstoxasthedefaultparser">Selecting Woodstox as the default parser</a></li></ul></ul></ul></div>
 
 <p>This page provides the tips on how to deploy CXF JAX-RS applications packaged as WAR archives or OSGI bundles into Java EE application servers and OSGI containers.  </p>
 
@@ -166,6 +166,10 @@ use a <a shape="rect" href="http://cxf.a
 </pre>
 </div></div>
 
+<h3><a shape="rect" name="JAX-RSDeployment-CXFRuntimeDelegate"></a>CXF RuntimeDelegate</h3>
+
+<p>Add a "prefer-application-packages" block in weblogic.xml, including the package "javax.ws.rs.*", for CXF RuntimeDelegate be visible after the application has been redeployed </p>
+
 <h3><a shape="rect" name="JAX-RSDeployment-SelectingWoodstoxasthedefaultparser"></a>Selecting Woodstox as the default parser</h3>
 
 <p>WebLogic requires the following update to the proprietary deployment descriptor weblogic.xml:</p>