[jboss-dev-forums] [Design of POJO Server] - Re: Scoping of war/jar file embedded in sar service archives
scott.stark@jboss.org
do-not-reply at jboss.com
Wed Jul 9 21:34:44 EDT 2008
I have not been able to reproduce this with a sar like the following:
| [569][valkyrie: testsuite]$ jar -tf output/lib/staticarray2.sar
| META-INF/
| META-INF/MANIFEST.MF
| org/
| org/jboss/
| org/jboss/test/
| org/jboss/test/util/
| org/jboss/test/util/Debug.class
| staticarray-web1.war
| staticarray-web2.war
| staticarray1.jar
| staticarray2.jar
| [570][valkyrie: testsuite]$ jar -tf output/lib/staticarray-web1.warWEB-INF/
| WEB-INF/web.xml
| validate.jsp
| [571][valkyrie: testsuite]$ jar -tf output/lib/staticarray-web2.war
| WEB-INF/
| WEB-INF/web.xml
| validate.jsp
| [572][valkyrie: testsuite]$ jar -tf output/lib/staticarray1.jar
| META-INF/
| META-INF/MANIFEST.MF
| org/
| org/jboss/
| org/jboss/test/
| org/jboss/test/classloader/
| org/jboss/test/classloader/sharing/
| org/jboss/test/classloader/sharing/staticarray/
| org/jboss/test/classloader/sharing/staticarray/common/
| org/jboss/test/classloader/sharing/staticarray/common/AbstractServletRequestListener.class
| org/jboss/test/classloader/sharing/staticarray/common/Listener1.class
| org/jboss/test/classloader/sharing/staticarray/common/Sequencer.class
| org/jboss/test/classloader/sharing/staticarray/common/SequencerMBean.class
| [573][valkyrie: testsuite]$ jar -tf output/lib/staticarray2.jar
| META-INF/
| META-INF/MANIFEST.MF
| org/
| org/jboss/
| org/jboss/test/
| org/jboss/test/classloader/
| org/jboss/test/classloader/sharing/
| org/jboss/test/classloader/sharing/staticarray/
| org/jboss/test/classloader/sharing/staticarray/common/
| org/jboss/test/classloader/sharing/staticarray/common/AbstractServletRequestListener.class
| org/jboss/test/classloader/sharing/staticarray/common/Listener2.class
|
Do you have a jboss-web.xml in the wars affecting the class loading setup?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163436#4163436
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163436
More information about the jboss-dev-forums
mailing list