• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Error with Spring MVC based REST service

 
Ranch Hand
Posts: 430
Android VI Editor Debian
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.







reply
    Bookmark Topic Watch Topic
  • New Topic