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/08/01 12:47:25 UTC

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

Author: buildbot
Date: Wed Aug  1 10:47:24 2012
New Revision: 827598

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 Wed Aug  1 10:47:24 2012
@@ -136,8 +136,10 @@ Apache CXF -- JAX-RS Deployment
 <p>1. Make sure a cxf-rt-transport-http-jetty dependency is excluded during the war build<br clear="none">
 2. If a custom JAX-RS <a shape="rect" class="external-link" href="http://jsr311.java.net/nonav/releases/1.1/index.html" rel="nofollow">Application</a> is included then<br clear="none">
 use a <a shape="rect" href="http://cxf.apache.org/docs/jaxrs-services-configuration.html#JAXRSServicesConfiguration-ConfiguringJAXRSservicesincontainerwithoutSpring">CXFNonSpringJaxrsServlet</a> to reference the Application implementation class and either <br clear="none">
- 2.1 Disable the Jersey scanning the custom web applications (TODO: specify how this actually can be done) or <br clear="none">
- 2.2 Remove jersey-gf-server.jar from $GLASSFISH_HOME/glassfish/modules</p>
+ 2.1 Disable the Jersey scanning the custom web applications. Setting the following system property may help:<br clear="none">
+ "-Dcom.sun.enterprise.overrideablejavaxpackages=javax.ws.rs,javax.ws.rs.core,javax.ws.rs.ext"</p>
+
+<p> 2.2 Remove jersey-gf-server.jar from $GLASSFISH_HOME/glassfish/modules</p>
 
 <h2><a shape="rect" name="JAX-RSDeployment-JBoss"></a>JBoss</h2>