(Sorry for duplicate this message, but I don't know if this is the correct
forum)
Hello, 

I'm develop a bundle to export a service, and I'm using DOSGi (multi-bundle
distribution) and Apache-Felix. 

I install my bundle and, when DOSGi detects, ApacheFelix throws these
exceptions: 

g! ERROR: Bundle cxf-dosgi-ri-discovery-local [46] EventDispatcher: Error
during 
 dispatch. (java.lang.IncompatibleClassChangeError: Class
org.jdom.input.SAXHand 
ler does not implement the requested interface org.xml.sax.ContentHandler) 
java.lang.IncompatibleClassChangeError: Class org.jdom.input.SAXHandler does
not 
 implement the requested interface org.xml.sax.ContentHandler 
        at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startDoc 
ument(Unknown Source) 
        at
com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.startDocu 
ment(Unknown Source) 
        at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.startE 
ntity(Unknown Source) 
        at
com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.startDocum 
entParsing(Unknown Source) 
        at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(U 
nknown Source) 
        at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(U 
nknown Source) 
        at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown So 
urce) 
        at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Un 
known Source) 
        at
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.p 
arse(Unknown Source) 
        at org.jdom.input.SAXBuilder.build(SAXBuilder.java:453) 
        at org.jdom.input.SAXBuilder.build(SAXBuilder.java:770) 
        at
org.apache.cxf.dosgi.discovery.local.LocalDiscoveryUtils.getElements( 
LocalDiscoveryUtils.java:567) 
        at
org.apache.cxf.dosgi.discovery.local.LocalDiscoveryUtils.getAllDescri 
ptionElements(LocalDiscoveryUtils.java:376) 
        at
org.apache.cxf.dosgi.discovery.local.LocalDiscoveryUtils.getAllEndpoi 
ntDescriptions(LocalDiscoveryUtils.java:86) 
        at
org.apache.cxf.dosgi.discovery.local.internal.LocalDiscovery.findDecl 
aredRemoteServices(LocalDiscovery.java:181) 
        at
org.apache.cxf.dosgi.discovery.local.internal.LocalDiscovery.bundleCh 
anged(LocalDiscovery.java:172) 
        at
org.apache.felix.framework.util.EventDispatcher.invokeBundleListenerC 
allback(EventDispatcher.java:868) 
        at
org.apache.felix.framework.util.EventDispatcher.fireEventImmediately( 
EventDispatcher.java:789) 
        at
org.apache.felix.framework.util.EventDispatcher.run(EventDispatcher.j 
ava:1088) 
        at
org.apache.felix.framework.util.EventDispatcher.access$000(EventDispa 
tcher.java:54) 
        at
org.apache.felix.framework.util.EventDispatcher$1.run(EventDispatcher 
.java:101) 
        at java.lang.Thread.run(Unknown Source) 

Can anybody help me? 

Thanks in advance 

--
View this message in context: 
http://cxf.547215.n5.nabble.com/Problem-with-export-a-service-with-D-OSGi-tp5160304p5160304.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to