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://jnn.javaeye.com/) (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem



On February 17, 2014 at 2:33:41 PM, Siano, Stephan (stephan.si...@sap.com) 
wrote:
>  
> 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 automatically (because  
> it is not referenced as a class from within the beans.xml), so  
> an explicit import is required from the configuration (the *  
> will take care of all references the bundle plugin can detect  
> automatically).
>  
> -----Original Message-----
> From: nono [mailto:yan.w...@db-is.com]
> Sent: Samstag, 15. Februar 2014 21:05
> To: users@camel.apache.org
> Subject: what does META-INF.cxf mean? in import-package of  
> osgi
>  
>  
> com.microsoft.sqlserver.jdbc,
> META-INF.cxf,
> *
>  
>  
> does it mean under META-INF, there is a file called cxf which defined  
> imported packages?
>  
>  
> Any hints?
>  
>  
>  
>  
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/what-does-META-INF-cxf-mean-in-import-package-of-osgi-tp5747356.html
>   
> Sent from the Camel - Users mailing list archive at Nabble.com.  
>  

Reply via email to