I am trying out a spring MVC based REST application. The environment i am using is
Application framework - Spring 3.1.0
Application servier -
Jboss 7.1.0
REST provider - RestEasy
OS - Windows 7 & Windows 2003
The error:
Web.xml configuration
The rest service
The service does not do much at the moment. I just want to get it to work first.
It seems to be a problem with Jboss v7.1.0 because it works fine with Jboss 7.0.2.
The Jboss server starts up without any errors. I only see the error when i make a request to the server.