This content has been marked as final. 
    
Show                 5 replies
    
- 
        1. Re: JBoss 7.0.2 + Spring 3.1.1 ::: ClassNotFoundException: org.jboss.virtual.VFSranendas May 25, 2012 12:45 PM (in response to ranendas)No reply till now, want some help 
- 
        2. Re: JBoss 7.0.2 + Spring 3.1.1 ::: ClassNotFoundException: org.jboss.virtual.VFSsfcoy May 26, 2012 9:24 AM (in response to ranendas)1 of 1 people found this helpfulWhat does your module.xml file look like? It looks like you need a dependency on org.jboss.vfs in it. 
- 
        3. Re: JBoss 7.0.2 + Spring 3.1.1 ::: ClassNotFoundException: org.jboss.virtual.VFSmuthukumaran_m Dec 18, 2012 1:36 PM (in response to sfcoy)1 of 1 people found this helpfulYou can fix this by - If you have the spring jars under your applications WEB-INF\lib folder then add the following dependency to your "jboss-deployment-structure.xml" file - Or if you are using spring as a separate module then you have to add this as the a dependency to your module.xml in your spring module. <module name="org.jboss.vfs"></module> 
- 
        4. Re: JBoss 7.0.2 + Spring 3.1.1 ::: ClassNotFoundException: org.jboss.virtual.VFSvborkar Jan 17, 2013 8:04 AM (in response to muthukumaran_m)I had the same problem reported on original post and adding the module "org.jboss.vfs" solve it. However I am on JBoss EAP 6. 
- 
        5. Re: JBoss 7.0.2 + Spring 3.1.1 ::: ClassNotFoundException: org.jboss.virtual.VFSswagde Jan 28, 2016 8:18 AM (in response to muthukumaran_m)This worked for me too. Just that i added it as a dependency in module.xml for my globally shared modules folder. 
 
     
     
    