Hi, we are using pure Apache Felix in development (no Karaf) and deploy the bundles to Karaf. In the pure Felix environment, the com.sun.xml.internal.ws.api.message and com.sun.xml.internal.bind are exposed by the JVM by adding it to org.osgi.framework.system.packages.extra
In Karaf, what is the advantage of using CXF. Is there any disadvantage of adding the packages to org.osgi.framework.system.packages.extra and using the JVM provided functionality instead of CXF ? I dont want to use CXF if I dont have to as it bloats my Karaf. Thanks Frank -- View this message in context: http://karaf.922171.n3.nabble.com/Use-of-CXF-in-Karaf-3-x-Why-at-all-tp4037794.html Sent from the Karaf - User mailing list archive at Nabble.com.
