RE: what does META-INF.cxf mean? in import-package of osgi

2014-02-17 Thread Willem Jiang
It’s camel-cxf bundles, CXF bus can take care of it, you don’t need to specify it in your application bundle. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com(http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com(http://jnn.javaeye.com/

RE: what does META-INF.cxf mean? in import-package of osgi

2014-02-17 Thread nono
on my karaf list|grep cxf , show below, which is higher than 2.6. so i dont need META-INF.cxf anymore? camel-cxf-transport (2.9.0.fuse-70-084) camel-cxf (2.9.0.fuse-70-084) -- View this message in context: http://camel.465427.n5.nabble.com/what-does-META-INF-cxf-mean-in-import-package-of-o

RE: what does META-INF.cxf mean? in import-package of osgi

2014-02-16 Thread Willem Jiang
You to need to specify package import of "META-INF.cxf” if you use CXF 2.6.x. CXF bus can look up the files itself since then. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com(http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com(http://

RE: what does META-INF.cxf mean? in import-package of osgi

2014-02-16 Thread Siano, Stephan
Actually it means that there is a directory META-INF/cxf that is exported from some CXF bundle. A spring based scenario needs to include some of the files in there with the scenario bundle's classloader, therefore this import package is needed. The maven bundle plugin cannot find this reference