[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
Wed May 9 15:56:18 EDT 2012


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

Xavier Coulon updated JBIDE-10891:
----------------------------------

    Fix Version/s: 3.3.x
                       (was: 3.3.0.CR1)

    
> 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.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 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