[
https://issues.jboss.org/browse/JBIDE-10287?page=com.atlassian.jira.plugi...
]
Xavier Coulon commented on JBIDE-10287:
---------------------------------------
Just put a warning if there is something like this in the web.xml
{code}
<servlet-mapping>
<servlet-name>com.acme.MyApplication</servlet-name>
<url-pattern>/hello/*</url-pattern>
</servlet-mapping>
{code}
and if at the same time, the {code}com.acme.MyApplication{code} class is annotated with
@ApplicationPath
Add support for JAX-RS Application
----------------------------------
Key: JBIDE-10287
URL:
https://issues.jboss.org/browse/JBIDE-10287
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: Webservices
Affects Versions: 3.3.0.M4
Reporter: Xavier Coulon
Assignee: Xavier Coulon
Fix For: 3.3.0.Beta1
Add support for classes annotated with @ApplicationPath
If multiple classes exist in the project, a warning should be displayed
--
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