[jboss-user] [Microcontainer] - Re: Classloading vs. VFS
ALRubinger
do-not-reply at jboss.com
Mon Jun 1 15:58:33 EDT 2009
Ran through this a bit today. Came across in the JCA Standalone:
Caused by: java.net.MalformedURLException: unknown protocol: vfsfile
...as Jesper's been encountering.
It's this logic which fully inits VFS:
http://anonsvn.jboss.org/repos/jbossas/projects/bootstrap/trunk/impl-as/src/main/java/org/jboss/bootstrap/impl/as/lifecycle/VfsInitializingLifecycleEventHandler.java
Note the installation of the protocol handlers.
Let's work through this first, get it committed to SVN, then address the ClassLoading issues. :)
S,
ALR
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234564#4234564
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234564
More information about the jboss-user
mailing list