0 Replies Latest reply on May 31, 2013 9:10 AM by rzubcevi

    Spring integration and exception handling in web container for web services

    rzubcevi

      In my web.xml I have defined error pages and handlers for handling e.g. 405 and 400 responses. These work fine for normal Spring MVC requests, but not for the webservices from Spring integration:

       

      That will show the built-in: JBoss Web/7.0.1.Final - Error report page.

       

      How can this be fixed?

       

      So a GET /SoapTransporter/PostReceiverServlet will show a JBOSS error page in stead of a custom one with no information.

       

      Regards,

      René