Devang Ganatra created CXF-5483:
-----------------------------------
Summary: Facing issue while deploying CXF 2.7.8 Rest Web service
on Glassfish 4
Key: CXF-5483
URL: https://issues.apache.org/jira/browse/CXF-5483
Project: CXF
Issue Type: Bug
Components: JAX-RS
Affects Versions: 2.7.8
Environment: Glassfih 4 & 3.1.2
Reporter: Devang Ganatra
Hi,
I want to deploy Rest Web Service created with CXF 2.7.8 to Glassfish 4.
However I am getting below error.
Caused by: The lifecycle method [finalizeConfig] must not throw a checked
exception. Related annotation information: annotation
[@javax.annotation.PostConstruct()] on annotated element [public void
org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine.finalizeConfig()
throws java.security.GeneralSecurityException,java.io.IOException] of type
[METHOD].
I am able to load my application on Glassfish 3.1.2, however I want to use
JAX-RS 2.0 and if I load my application on Glassfish 3.1.2 then it creates
problem, because Glassfish 3.1.2 has Jersey1.x which implement JAXRS1.0.
So i would like to know weather CXF2.7.8 supports glassfish 4 or not? If it
doesn't support glassfish4 then how do I make sure that Glassfish 3 jersey
implementation doesn't clash with CXF JAX-RS implementation.
I tried setting JVM option in glassfish 3, however that didn't work as well.
<jvm-options>-Dcom.sun.enterprise.overrideablejavaxpackages=javax.ws.rs,javax.ws.rs.core,javax.ws.rs.ext</jvm-options>
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)