[jbosstools-issues] [JBoss JIRA] (JBIDE-10609) Hook up WS Tester to the JAX-RS tooling

Xavier Coulon (JIRA) jira-events at lists.jboss.org
Mon Feb 13 14:38:01 EST 2012


    [ https://issues.jboss.org/browse/JBIDE-10609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666161#comment-12666161 ] 

Xavier Coulon commented on JBIDE-10609:
---------------------------------------

Brian,

That's true, the web.xml is parsed, but that kind of configuration is not supported yet. 
Only the standard JAX-RS/JEE6 way of configuring is taken into account:
{code}
<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
	version="3.0">
	<servlet-mapping>
		<servlet-name>javax.ws.rs.core.Application</servlet-name>
		<url-pattern>/hello/*</url-pattern>
	</servlet-mapping>
</web-app>
{code}

I'll open another issue for to support implementations specific way of configuration.
                
> Hook up WS Tester to the JAX-RS tooling
> ---------------------------------------
>
>                 Key: JBIDE-10609
>                 URL: https://issues.jboss.org/browse/JBIDE-10609
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Webservices
>    Affects Versions: 3.3.0.M5
>            Reporter: Brian Fitzpatrick
>            Assignee: Xavier Coulon
>              Labels: new_and_noteworthy
>             Fix For: 3.3.0.Beta1
>
>         Attachments: JBIDE-10609.patch, org.jboss.tools.ws.jaxrs.ui.patch
>
>
> Two different presentations today proved that there need to be more integration points to simplify access to the JBoss WS Tester. 
> Currently in Eclipse with WTP installed, if you right-click on a WSDL file, you see "web services->test with web services explorer"
> We need to do the same thing for the JBT WS tester. 

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