I got a similar error message. And it was solved by adding the following to the begining
of web.xml
| <listener>
|
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
| </listener>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988514#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...