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

Xavier Coulon (JIRA) issues at jboss.org
Tue Sep 23 09:48:17 EDT 2014


     [ https://issues.jboss.org/browse/JBIDE-10891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xavier Coulon updated JBIDE-10891:
----------------------------------
    Fix Version/s: 4.3.x
                       (was: 4.2.x)


> 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: Feature Request
>          Components: webservices
>    Affects Versions: 3.3.0.M5
>            Reporter: Xavier Coulon
>            Assignee: Xavier Coulon
>             Fix For: 4.3.x
>
>
> 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 was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jbosstools-issues mailing list