camel-web - Its preconfigured for OSGi environment but it should detect this
instead
------------------------------------------------------------------------------------
Key: CAMEL-3292
URL: https://issues.apache.org/activemq/browse/CAMEL-3292
Project: Apache Camel
Issue Type: Bug
Components: camel-web
Affects Versions: 2.4.0
Reporter: Claus Ibsen
Priority: Minor
Fix For: 2.6.0
camel-web in ActiveMQ throws an error due CAMEL-2366 causing camel-web to pre
configured for OSGi.
{code}
Oct 29, 2010 12:33:07 AM com.sun.jersey.core.spi.component.ProviderFactory
__getComponentProvider
SEVERE: The provider class, class
org.apache.camel.web.util.JAXBContextResolverOSGI, could not be instantiated.
Processing will continue but the class will not be utilized
java.lang.RuntimeException: NATURAL JSON notation configured, but JAXB RI
2.1.10 not found. For the recent builds to get this working correctly, you need
even at least JAXB version 2.1.12. Please add it to your classpath!
at
com.sun.jersey.api.json.JSONConfiguration.natural(JSONConfiguration.java:378)
at
org.apache.camel.web.util.JAXBContextResolverOSGI.<init>(JAXBContextResolverOSGI.java:39)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
at java.lang.Class.newInstance0(Class.java:372)
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.