0 Replies Latest reply on May 22, 2013 5:59 PM by eagleigor

    WildFly OSGi does not support "Web-ContextPath" header

    eagleigor

      I am using the latest WildFly 8.0.0.Alpha2-SNAPSHOT server to install/start all of my OSGi bundles from Maven repository. The WAB is not starting if I am just declare capability in the standalone-osgi.xml file.

       

      Here is my capability configuration.

      <capability name="org.test.sample.webapp:my-sample-webapp:1.0" startlevel="4"/>

       

      Note: When I just simply drop my WAB file inside "deployments" directory the web application starting successfully.

       

      My assumption this is a Bug ?

       

      Thanks!