[
https://issues.apache.org/jira/browse/CXF-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aaron Zeckoski updated CXF-2452:
--------------------------------
Description:
One of the DOSGI bundles is failing to startup using Felix 2.0 as the container
cxf-dosgi-ri-dsw-cxf (1.1.0.SNAPSHOT)
The exception and ps info from felix will be added in comments
Here is the log of the attempt to startup and the exception at the end:
http://pastebin.com/m4da7142
Some tracing shows that this seems to fail when felix tries to load the
org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean class and is unable to load the
javax.ws.rs.WebApplicationException class. The constructor called here is never
actually reached.
JAXRSServerFactoryBean factory = new JAXRSServerFactoryBean();
was:
One of the DOSGI bundles is failing to startup using Felix 2.0 as the container
The exception and ps info from felix will be added in comments
Here is the log of the attempt to startup and the exception at the end:
http://pastebin.com/m4da7142
Some tracing shows that this seems to fail when felix tries to load the
org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean class and is unable to load the
javax.ws.rs.WebApplicationException class. The constructor called here is never
actually reached.
JAXRSServerFactoryBean factory = new JAXRSServerFactoryBean();
> DOSGI CXF Distributed Software Bundle (1.1.0.SNAPSHOT) fails on startup
> -----------------------------------------------------------------------
>
> Key: CXF-2452
> URL: https://issues.apache.org/jira/browse/CXF-2452
> Project: CXF
> Issue Type: Bug
> Components: Distributed-OSGi
> Affects Versions: dOSGi-1.1
> Environment: adz20:~ azeckoski$ java -version
> java version "1.6.0_15"
> Java(TM) SE Runtime Environment (build 1.6.0_15-b03-226)
> Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02-92, mixed mode)
> Reporter: Aaron Zeckoski
> Priority: Critical
> Fix For: dOSGi-1.1
>
>
> One of the DOSGI bundles is failing to startup using Felix 2.0 as the
> container
> cxf-dosgi-ri-dsw-cxf (1.1.0.SNAPSHOT)
> The exception and ps info from felix will be added in comments
> Here is the log of the attempt to startup and the exception at the end:
> http://pastebin.com/m4da7142
> Some tracing shows that this seems to fail when felix tries to load the
> org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean class and is unable to load the
> javax.ws.rs.WebApplicationException class. The constructor called here is
> never actually reached.
> JAXRSServerFactoryBean factory = new JAXRSServerFactoryBean();
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.