I have a spring mvc application as WAR file. I want to deploy this in a OSGI container due to other requirements. I converted the WAR file to a WAB
following the documentation in PAX Web site. To my understanding, for the application to work inside a OSGI container, I also need to change the web.xml file
to use OsgiBundleXmlWebApplicationContext instead of XmlWebApplicationContext.
Is this right or is there any way to avoid the dependency on spring-osgi-core bundle completely and still make the spring mvc app work in OSGI container.
to source code is broken, I was not able to confirm this. Any help is appreciated.
Thanks for your time.
thanks,
venkat