[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
Fri Jun 28 04:01:22 EDT 2013
[ 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.2.x
(was: 4.1.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.2.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
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbosstools-issues
mailing list