WAB and Bundle-ClassPath [message #693039] |
Tue, 05 July 2011 12:51  |
Eclipse User |
|
|
|
Hi,
I'm trying to create a simple WAB (Web Application Bundle) and to deploy it in Virgo server.
The structure of bundle is very simple:
->package.containing.servlet.implementation
->META-INF
-->MANIFEST.MF
->WEB-INF
-->web.xml
Web.xml just defines and maps the servlet.
This WAR only works if manifest contains manifest header Bundle-ClassPath, even the "." value was sufficient. If class path is not defined, the web.xml is processed, but the implementation class could not be loaded.
In the OSGi spec it is stated that "The dot is the default value for a bundle or fragment if no Bundle-ClassPath header is specified".
So, is this a bug?
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.23547 seconds