krikor kherberian [http://community.jboss.org/people/krikorkherberian] created 
the discussion

"Re: Tld not found in jboss 6"

To view the discussion, visit: http://community.jboss.org/message/597063#597063

--------------------------------------------------------------
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 
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
[http://community.jboss.org/message/597063#597063]

Start a new discussion in Snowdrop at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2082]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to