Create JEE compliant WAR module
Brought to you by:
scherrer
With less effort and only a few customization steps we can package our application as a standard Servlet 2.5+ compliant WAR file. By default we use annotation configuration and only the OSGi wiring is done with XML configs. So probably it is just such simple to omit the osgi-config-xml files during application context startup. Of course we must add a new bundle called something like org.openwms.client.jee.web where we start a plain web application context and not an OSGi one.