[jbosstools-issues] [JBoss JIRA] (JBIDE-10891) JAX-RS application support in web.xml does not work for implementation specific configurations

Xavier Coulon (JIRA) jira-events at lists.jboss.org
Mon Feb 13 14:40:02 EST 2012


Xavier Coulon created JBIDE-10891:
-------------------------------------

             Summary: JAX-RS application support in web.xml does not work for implementation specific configurations
                 Key: JBIDE-10891
                 URL: https://issues.jboss.org/browse/JBIDE-10891
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: Webservices
    Affects Versions: 3.3.0.M5
            Reporter: Xavier Coulon
            Assignee: Xavier Coulon
             Fix For: 3.3.0.CR1


Application configuration does not work for custom implementation configurations:
{code}
<servlet>
    <servlet-name>Resteasy</servlet-name>
    <servlet-class>org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher</servlet-class>
  </servlet>
  <servlet-mapping>
    <servlet-name>Resteasy</servlet-name>
    <url-pattern>/*</url-pattern>
  </servlet-mapping>
{code}
 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list