[JBoss JIRA] (JBIDE-12997) Class-level @PathParam's are ignored in JAX-RS outline
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12997?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-12997:
----------------------------------
Fix Version/s: 4.1.x
(was: 4.1.0.Alpha1)
> Class-level @PathParam's are ignored in JAX-RS outline
> ------------------------------------------------------
>
> Key: JBIDE-12997
> URL: https://issues.jboss.org/browse/JBIDE-12997
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Webservices
> Affects Versions: 4.0.0.Alpha2
> Environment: Win7 64 bit, Java 7, Juno SP1
> Reporter: Ron Ratovsky
> Assignee: Xavier Coulon
> Fix For: 4.1.x
>
>
> When there are class-level @QueryParam members, they don't should appear as REST api query parameters for all the REST apis declared in that class and its subclasses (depending on the class members visibility).
> According to the JAX-RS 1.x spec, this is a valid declaration and thus should be supported by the plugin introspection.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (JBIDE-13003) No support for inheritance in JAX-RS API scan
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13003?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-13003:
----------------------------------
Fix Version/s: 4.1.x
(was: 4.1.0.Alpha1)
> No support for inheritance in JAX-RS API scan
> ---------------------------------------------
>
> Key: JBIDE-13003
> URL: https://issues.jboss.org/browse/JBIDE-13003
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Webservices
> Affects Versions: 4.0.0.Alpha2
> Reporter: Ron Ratovsky
> Assignee: Xavier Coulon
> Fix For: 4.1.x
>
>
> Assume:
> class BaseRest {
> @POST
> public Response save(Object o) {
> ....
> }
> }
> @Path("/url")
> class RealRest extends BaseRest {}
> The JAX-RS tools won't add a "POST /url" entry to the JAX-RS calls overview.
> While not tested (due to another bug) - they may also apply to definitions of @PathParam's in the parent class.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (JBIDE-13333) Fixing Eclipse/Kepler
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13333?page=com.atlassian.jira.plugi... ]
Victor Rubezhny commented on JBIDE-13333:
-----------------------------------------
Snjezana, thanks. Yes, now I see this. So, probably this is a question to Nick to update TP 4.3.0 to use Eclipse 4.3M5a.
> Fixing Eclipse/Kepler
> ---------------------
>
> Key: JBIDE-13333
> URL: https://issues.jboss.org/browse/JBIDE-13333
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: UpStream
> Reporter: Max Rydahl Andersen
> Assignee: Max Rydahl Andersen
> Priority: Blocker
> Fix For: 4.1.0.Alpha1
>
>
> "container" issue for issues related to fixes important to get into Kepler.
> Please link your Eclipse/Kepler issue to this one instead of using subtasks.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (JBIDE-13492) org.eclipse.zest (nedded for ESB) is missing in TP
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13492?page=com.atlassian.jira.plugi... ]
Alexey Kazakov closed JBIDE-13492.
----------------------------------
Resolution: Rejected
Thanks! I'm closing the issue.
> org.eclipse.zest (nedded for ESB) is missing in TP
> --------------------------------------------------
>
> Key: JBIDE-13492
> URL: https://issues.jboss.org/browse/JBIDE-13492
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: esb, target-platform
> Environment: Eclipse 4.3.0.M5
> Reporter: Alexey Kazakov
> Assignee: Paul Leacu
> Priority: Blocker
> Fix For: 4.1.0.Alpha1
>
>
> {code}
> [ERROR] Cannot resolve project dependencies:
> [ERROR] Software being installed: org.jboss.tools.esb.project.ui 1.5.300.qualifier
> [ERROR] Missing requirement: org.jboss.tools.esb.project.ui 1.5.300.qualifier requires 'bundle org.eclipse.zest.core 0.0.0' but it could not be found
> [ERROR]
> [ERROR] Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.jboss.tools.esb.project.ui 1.5.300.qualifier to bundle org.eclipse.zest.core 0.0.0.", "Unable to satisfy dependency from org.jboss.tools.esb.project.ui 1.5.300.qualifier to bundle org.eclipse.zest.layouts 0.0.0.", "No solution found because the problem is unsatisfiable."] -> [Help 1]
> org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.jboss.tools.esb.project.ui 1.5.300.qualifier to bundle org.eclipse.zest.core 0.0.0.", "Unable to satisfy dependency from org.jboss.tools.esb.project.ui 1.5.300.qualifier to bundle org.eclipse.zest.layouts 0.0.0.", "No solution found because the problem is unsatisfiable."]
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months