[JBoss JIRA] (JBIDE-17008) Changing Forge runtimes is broken
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17008?page=com.atlassian.jira.plugi... ]
Koen Aers updated JBIDE-17008:
------------------------------
Fix Version/s: 4.2.0.CR1
(was: 4.2.0.Beta3)
> Changing Forge runtimes is broken
> ---------------------------------
>
> Key: JBIDE-17008
> URL: https://issues.jboss.org/browse/JBIDE-17008
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Affects Versions: 4.2.0.Beta1
> Reporter: Pavol Srna
> Assignee: Koen Aers
> Priority: Critical
> Labels: regression
> Fix For: 4.2.0.CR1
>
>
> If there is currently running the embedded instance of forge runtime and an user attempts to add a new runtime and attempts to use it right away -- then he is blocked and cannot run any commands in the console.
> He would need to change the runtime back to the embedded one (in preferences) - stop it (in console view) and select the new one (in preferences) -- But even by doing that - the start/stop buttons are not working properly.
> Expected is that after changing the runtime it automatically restarts forge and uses the new one. This is how it worked until Beta.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17750) Bad location for javadoc in generated JAX-RS Resource
by Xavier Coulon (JIRA)
Xavier Coulon created JBIDE-17750:
-------------------------------------
Summary: Bad location for javadoc in generated JAX-RS Resource
Key: JBIDE-17750
URL: https://issues.jboss.org/browse/JBIDE-17750
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: webservices
Affects Versions: 4.2.0.Beta2
Reporter: Xavier Coulon
Assignee: Xavier Coulon
Priority: Minor
Fix For: 4.2.0.Beta3
When generating a new JAX-RS Resource with "Generate comments" selected, the code looks like this:
{code}
...
@RequestScoped
@Path("/addresses")
/**
* @author xcoulon
*
*/
public class AddressEndpoint {
}
{code}
The javadoc part should be before the annotations.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months