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>