hello,
I use the spring-osgi 1.1.1 with felix-1.2.1.
When I add the spring-osgi-extender-1.1.1.jar bundle found such warning:
Where do I get the org.springframework.osgi.service.importer.supCode:-> WARNING: *** Package 'org.springframework.osgi.service.importer.support' is i mported by bundle 46 from bundle 48, but the exported package from bundle 48 doe s not contain the requested class 'org.springframework.osgi.service.importer.sup port.OsgiServiceProxyFactoryBeanBeanInfo'. Please verify that the class name is correct in the importing bundle 46 and/or that the exported package is correctly bundled in 48. *** (java.lang.ClassNotFoundException: *** Package 'org.springfr amework.osgi.service.importer.support' is imported by bundle 46 from bundle 48, but the exported package from bundle 48 does not contain the requested class 'or g.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBeanBeanI nfo'. Please verify that the class name is correct in the importing bundle 46 an d/or that the exported package is correctly bundled in 48. ***)
port.OsgiServiceProxyFactoryBeanBeanInfo class? I have tried to search class in those bundles:
spring-osgi-core-1.1.1.jar
spring-osgi-extender-1.1.1.jar
spring-osgi-io-1.1.1.jar
but nothing found. Have any idea to fix this warning ?



