« Return to Thread: Bug in NXRuntimeTestCase

Bug in NXRuntimeTestCase

by jiveforums-ecm :: Rate this Message:

Reply to Author | View in Thread

Hi,
It seems NXRuntimeTestCase has a bug in initUrls(). It doesn't work for maven-surefire-plugin 2.4.3 where useManifestOnlyJar=true by default. In this case the manifest classpath entry already contains 'file:' in front of every jar so adding one more 'file:' results in wrong URL.
As a workaround you can set useSystemClassLoader=false.
Regards,
Oleg
--
Posted by "olegga" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: <http://www.nuxeo.org/discussions/thread.jspa?threadID=2589#7289>
_______________________________________________
ECM mailing list
ECM@...
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

 « Return to Thread: Bug in NXRuntimeTestCase