JBoss Community

Re: Tld not found in jboss 6

created by krikor kherberian in Snowdrop - View the full discussion

btw, spring libraries that caused to me errors because of org/jboss/virtual/vfs. If I revert back to my old spring libraries 3.0.1 , and download from this page http://www.jboss.org/snowdrop/downloads Jboss spring deployers 3  ( I put this folder under Jboss 6.0 final/server/default/deployers), and if I download the file with dependancies and put the three jars in my application under web-inf. Plus I edited my web.xml and added this

 

<context-param>

<param-name>contextClass</param-name>

<param-value>

org.jboss.spring.vfs.context.VFSXmlWebApplicationContext

</param-value>

</context-param>

 

<init-param>

<param-name>contextClass</param-name>

<param-value>

org.jboss.spring.vfs.context.VFSXmlWebApplicationContext

</param-value>

</init-param>

 

 

 

I get following error

 

ERROR [AbstractKernelController] Error installing to PreInstall: name=SpringParserDeployer state=Real: java.lang.NoClassDefFoundError: org/jboss/virtual/VirtualFile

 

Caused by: java.lang.ClassNotFoundException: org.jboss.virtual.VirtualFile

Reply to this message by going to Community

Start a new discussion in Snowdrop at Community