Re: Karaf 2.2 issue with org.apache.xerces.jaxp.SAXParserFactoryImpl not found

2011-03-21 Thread dobi
Hello, I finally got this working. The problem was that the jre org.w3.dom package has no class ElementTraversal, which is added by the batik-ext package in a standard java environment. But as osgi can only wire a package from one bundle, the batik-ext bundle I installed was used for wiring

Re: Karaf 2.2 issue with org.apache.xerces.jaxp.SAXParserFactoryImpl not found

2011-03-15 Thread dobi
Thanks, the package is available in the xerces bundle. exports | grep org.apache.xerces.jaxp karaf@root exports | grep org.apache.xerces.jaxp 81 org.apache.xerces.jaxp.validation 81 org.apache.xerces.jaxp 81 org.apache.xerces.jaxp.datatype bundle 81 is

Karaf 2.2 issue with org.apache.xerces.jaxp.SAXParserFactoryImpl not found

2011-03-14 Thread dobi
Hello, I am porting an apache batik user interface that displays svg files to osgi. Currently the application displays a simple about window. I got all osgi dependencies solved by wrapping them or using bundles from servicemix, now the following error occurs: