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:[email protected]] Sent: Samstag, 15. Februar 2014 21:05 To: [email protected] Subject: what does META-INF.cxf mean? in import-package of osgi <Import-Package> com.microsoft.sqlserver.jdbc, META-INF.cxf, * </Import-Package> 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.
