[JBoss JIRA] (JBIDE-10239) Support JAX-RS Path/PathParam refactoring
by Xavier Coulon (Created) (JIRA)
Support JAX-RS Path/PathParam refactoring
-----------------------------------------
Key: JBIDE-10239
URL: https://issues.jboss.org/browse/JBIDE-10239
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: Webservices
Affects Versions: 3.3.0.M4
Reporter: Xavier Coulon
Assignee: Xavier Coulon
Priority: Minor
When refactoring code like the one below:
{code}
@GET
@Path("{id}")
public Response getCustomer(@PathParam("id") Integer id, @Context UriInfo uriInfo) {
ResponseBuilder responseBuilder = Response.ok().entity(null);
return responseBuilder.build();
}
{code)
If changing the 'id' name of the first parameter, the user may also want to rename the @PathParam and @Path values to keep the consistency.
--
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
13 years, 5 months
[JBoss JIRA] (JBIDE-12302) Can't sign in to OpenShift from Eclipse behind a proxy
by Beth Boose (JIRA)
Beth Boose created JBIDE-12302:
----------------------------------
Summary: Can't sign in to OpenShift from Eclipse behind a proxy
Key: JBIDE-12302
URL: https://issues.jboss.org/browse/JBIDE-12302
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Environment: Windows 7 Eclipse 3.7.1
Reporter: Beth Boose
Assignee: Andre Dietisheim
When I try to create an OpenShift Application from the JBoss Central page in Eclipse the wizard displays the following message after I enter username and password:
Could not check user credentials: Could not request /api: java.net.UnknownHostException: openshift.redhat.com
Verified that manual proxy setting are configured correctly in Eclipse under Window -> Preferences-> General -> Network Connections (proxy settings work with other plugins).
When I'm not behind a proxy OpenShift login works as expected.
I don't see the OpenShift UI or JBoss tools version listed in the Affects Version list, I have 2.3.1 for OpenShift tools.
--
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
13 years, 5 months
[JBoss JIRA] (JBIDE-12294) Remove m2e-apt from parent pom, JBT Composite Juno Reqs Mirror, JBT & JBDS Central, and JBDS Product (Installer)
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-12294:
----------------------------------
Summary: Remove m2e-apt from parent pom, JBT Composite Juno Reqs Mirror, JBT & JBDS Central, and JBDS Product (Installer)
Key: JBIDE-12294
URL: https://issues.jboss.org/browse/JBIDE-12294
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Build/Releng, maven, updatesite, UpStream
Affects Versions: 3.3.0.Beta3
Reporter: Fred Bricon
Assignee: Fred Bricon
Fix For: 3.3.0.Beta3
m2e-apt needs to be a first class citizen of JBT / JBDS
For JBT : needs to be available from the software install tab in JBoss Central
For JBDS : needs to be included in the installer
{quote}
rather it goes into Indigo core reqs site, product build, and installer
http://download.jboss.org/jbosstools/updates/indigo/SR2/
and http://www.qa.jboss.com/binaries/RHDS/builds/staging/devstudio-5.0_trunk....
{quote}
Waiting for the jenkins build #7 (triggered in release mode) to finish : https://hudson.qa.jboss.com/hudson/view/DevStudio/view/m2eclipse-wtp/job/...
--
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
13 years, 5 months