Btw the following code in MyTest.java does not solve this problem:
@BeforeClass
| public void init()
| {
| org.jboss.net.protocol.URLStreamHandlerFactory factory = new
org.jboss.net.protocol.URLStreamHandlerFactory();
| URL.setURLStreamHandlerFactory(factory);
| try
| {
| Bootstrap.getInstance().bootstrap();
| }
| catch (DeploymentException e)
| {
| e.printStackTrace();
| }
| super.setupClass();
| }
Any help appreciated.
Regards
Fenixx
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222522#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...