You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Jesus <so...@gmail.com> on 2012/01/20 12:59:42 UTC

DOSGi export service

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 lunch 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/DOSGi-export-service-tp5160173p5160173.html
Sent from the cxf-dev mailing list archive at Nabble.com.