[JBoss JIRA] (JBIDE-8782) Hot deployment of JAX-RS (RESTEasy) endpoints
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-8782?page=com.atlassian.jira.plugi... ]
Josef Kopriva updated JBIDE-8782:
---------------------------------
Component/s: server
> Hot deployment of JAX-RS (RESTEasy) endpoints
> ---------------------------------------------
>
> Key: JBIDE-8782
> URL: https://issues.redhat.com/browse/JBIDE-8782
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: server
> Reporter: Burrsitis Sutter
> Priority: Major
>
> 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 was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBIDE-12107) invisible projects in project explorer
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-12107?page=com.atlassian.jira.plug... ]
Josef Kopriva updated JBIDE-12107:
----------------------------------
Component/s: common
> invisible projects in project explorer
> ---------------------------------------
>
> Key: JBIDE-12107
> URL: https://issues.redhat.com/browse/JBIDE-12107
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common
> Affects Versions: 3.3.0.Beta3
> Environment: Win 7 x64, 32 bit Eclipse 3.7.2
> Reporter: Florian Lorenz
> Priority: Critical
>
> After updating JBoss-Tools to newest version from update-site (I think it said 3.3.0.Beta3 - Build from 20120514) all my projects are not showing anymore in project-explorer (whether in JEE- nor in Java-perspective). My only workaround is to switch to package-explorer for now. If I for example open 'Project / Clean...' I am able to see all open projects.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBIDE-12107) invisible projects in project explorer
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-12107?page=com.atlassian.jira.plug... ]
Josef Kopriva closed JBIDE-12107.
---------------------------------
Closing, nothing to do.
> invisible projects in project explorer
> ---------------------------------------
>
> Key: JBIDE-12107
> URL: https://issues.redhat.com/browse/JBIDE-12107
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common
> Affects Versions: 3.3.0.Beta3
> Environment: Win 7 x64, 32 bit Eclipse 3.7.2
> Reporter: Florian Lorenz
> Priority: Critical
>
> After updating JBoss-Tools to newest version from update-site (I think it said 3.3.0.Beta3 - Build from 20120514) all my projects are not showing anymore in project-explorer (whether in JEE- nor in Java-perspective). My only workaround is to switch to package-explorer for now. If I for example open 'Project / Clean...' I am able to see all open projects.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months