[jboss-dev-forums] [Design of POJO Server] - Re: Updating to latest MC projects
emuckenhuber
do-not-reply at jboss.com
Fri Aug 1 12:18:21 EDT 2008
"adrian at jboss.org" wrote :
| 3) ScopedClassLoaderUnitTestCase
|
| There is a fix for this in the latest jboss-cl release, but the test is currently failing
| because one of the test jars is not getting built:
|
|
| | <testcase classname="org.jboss.test.classloader.test.ScopingUnitTestCase" name="testNestedWarManifest" time="3.222">
| | <error message="no protocol: /home/ejort/jboss-head/testsuite/output/lib/staticarray2.sar" type="java.net.MalformedURLException">java.net.MalformedURLException: no
| | protocol: /home/ejort/jboss-head/testsuite/output/lib/staticarray2.sar
| | at java.net.URL.<init>(URL.java:567)
| | 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)
| |
Hmm well it's actually doing:
| deploy("staticarray.sar");
| ...
| undeploy("staticarray2.sar");
|
So i guess we just can undeploy the right .sar and it should work - right ? :)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168225#4168225
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168225
More information about the jboss-dev-forums
mailing list