[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-8782) Hot deployment of JAX-RS (RESTEasy) endpoints

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Mon Apr 25 07:30:18 EDT 2011


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

Max Rydahl Andersen commented on JBIDE-8782:
--------------------------------------------

Burr, did you mean to create this against rest easy or JBoss as ?

As far as I know there is not support for this at the runtime level so we can't provide it at tooling level. 

Btw. A module restart (should be triggered by a full publish if contains descriptor or deplyed as archive) should be enough. If requires restart of server that sounds like a server/resteasty bug. 

> Hot deployment of JAX-RS (RESTEasy) endpoints
> ---------------------------------------------
>
>                 Key: JBIDE-8782
>                 URL: https://issues.jboss.org/browse/JBIDE-8782
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>            Reporter: Burr Sutter
>
> Provide for hot deployment of JAX-RS (RESTEasy) services/endpoints.  At this moment, adding a new JAX-RS endpoint (with AS6) seems to require server restart.  Editing an already deployed JAX-RS service (again on AS6) seems to require "Full Publish".
> package com.burrsutter.jqueryresteasy;
> import javax.ws.rs.Path;
> import javax.ws.rs.GET;
> import javax.ws.rs.Produces;
> @Path("/helloworldjson")
> public class HelloWorldJSON {
> 	@GET
> 	@Produces("application/json")
> 	public String sayHello() {
> 		return "{ \"hello\" : \"world\" }";
> 	}
> }

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list