[
https://issues.jboss.org/browse/AS7-5481?page=com.atlassian.jira.plugin.s...
]
Thomas Diesler updated AS7-5481:
--------------------------------
Summary: OSGi WebApp with *.jar extension does not work (was: OSGi
WebApplicationBundle with a non .wab extension does not work.)
Issue Type: Bug (was: Feature Request)
Fix Version/s: 7.2.0.Alpha1
Affects Version/s: (was: 7.2.0.Alpha1)
OSGi WebApp with *.jar extension does not work
----------------------------------------------
Key: AS7-5481
URL:
https://issues.jboss.org/browse/AS7-5481
Project: Application Server 7
Issue Type: Bug
Components: OSGi, Web
Reporter: David Bosschaert
Assignee: Thomas Diesler
Fix For: 7.2.0.Alpha1
Deploying the attached OSGi WAB works:
From the CLI:
{{deploy /Users/david/tmp/bundle-c.wab}}
Then open the web address in the browser:
{{http://127.0.0.1:8080/osgi-webapp/simple?input=Hello}}
you will see some simple text output in the browser.
However, when changing the extension of the WAB to .jar the WAB doesn't work any
more:
From the CLI:
{{deploy /Users/david/tmp/bundle-c.jar}}
However you'll get a 404 when trying to access the same WEB address as above.
OSGi WAB's are not required to have the .wab extension by spec and it's actually
quite common that they simply have a .jar extension.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira