Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
-
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)
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();