[jbosstools-issues] [JBoss JIRA] (JBIDE-13312) Unnecessary code generated in web.xml

Xavier Coulon (JIRA) jira-events at lists.jboss.org
Mon Dec 17 06:38:08 EST 2012


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

Xavier Coulon updated JBIDE-13312:
----------------------------------

    Fix Version/s: 4.1.x

    
> Unnecessary code generated in web.xml
> -------------------------------------
>
>                 Key: JBIDE-13312
>                 URL: https://issues.jboss.org/browse/JBIDE-13312
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Webservices
>    Affects Versions: 4.0.0.Final
>            Reporter: Pete Muir
>            Assignee: Xavier Coulon
>             Fix For: 4.1.x
>
>
> The new RESTful Webservice wizard is generating a load of unnecessary stuff in the endpoint
> {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>
>   <context-param>
>     <param-name>javax.ws.rs.Application</param-name>
>     <param-value>org.jboss.samples.rs.webservices.MyRESTApplication</param-value>
>   </context-param>
>   <listener>
>     <listener-class>org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap</listener-class>
>   </listener>
> {code}
> None of this is needed

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