[jboss-dev-forums] [Design of POJO Server] - Re: Scoping of war/jar file embedded in sar service archives
alesj
do-not-reply at jboss.com
Wed Jul 16 07:48:14 EDT 2008
"scott.stark at jboss.org" wrote : Yes, the issue is JBAS-5773 and the test which shows the behavior using the staticarray.sar with:
|
| staticarray1.jar
| staticarray2.jar
| staticarray-web1.war referring to staticarray1.jar via a classpath entry
| staticarray-web2.war referring staticarray2.jar and staticarray1.jar via a classpath entry
|
| I'll create a deployers issue as well for the WARStructure change.
I get this when running smoke-tests on my Winz machine:
| <testcase classname="org.jboss.test.classloader.test.ScopingUnitTestCase" name="testNestedWarManifest" time="2.453">
| <error message="unknown protocol: c" type="java.net.MalformedURLException">java.net.MalformedURLException: unknown protocol: c
| at java.net.URL.<init>(URL.java:574)
| at java.net.URL.<init>(URL.java:464)
| at java.net.URL.<init>(URL.java:413)
| at org.jboss.test.JBossTestServices.getDeployURL(JBossTestServices.java:211)
| at org.jboss.test.JBossTestServices.undeploy(JBossTestServices.java:352)
| at org.jboss.test.JBossTestCase.undeploy(JBossTestCase.java:276)
| at org.jboss.test.classloader.test.ScopingUnitTestCase.testNestedWarManifest(ScopingUnitTestCase.java:255)
|
I doubt it's related to me running trunk/snapshot versions of VFS and Deployers.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164724#4164724
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164724
More information about the jboss-dev-forums
mailing list