Any test using the vfs urls on the client side needs to add the java.protocol.handler.pkgs
system property. The test target was not doing this. I have added it.
| <junit dir="${module.output}"...>
| ...
| <sysproperty key="java.protocol.handler.pkgs"
value="org.jboss.virtual.protocol"/>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103148#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...