Hi,
I want to customize the location of the application context xml of my dm powered bundle from the the default place /META-INF/spring/*.xml , but failed.
By tracing the code of DMS 1.0.2, I found the class GenericModuleOsgiApplicationContextCreator will always call GenericModuleOsgiBundleXmlApplicationContext(). That means the Spring-Context: entry in manifest.mf will be ignored.
But I found that entry works for web bundles.
Is this a bug or by-design behavior ?
Thanks,
Shawn


