[jbosstools-issues] [JBoss JIRA] (JBIDE-9734) CDI validator should not treat @Inject @RestClient("...") ServiceInterface injection; as an unsatisfied dependency

Jaroslav Jankovič (Closed) (JIRA) jira-events at lists.jboss.org
Tue Dec 13 05:00:10 EST 2011


     [ https://issues.jboss.org/browse/JBIDE-9734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jaroslav Jankovič closed JBIDE-9734.
------------------------------------



Verified in JBDS 5.0.0.v201111041404M-H44-M4. Closing JIRA.
                
> CDI validator should not treat @Inject @RestClient("...")  ServiceInterface injection; as an unsatisfied dependency
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-9734
>                 URL: https://issues.jboss.org/browse/JBIDE-9734
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: CDI extensions
>            Reporter: Alexey Kazakov
>            Assignee: Alexey Kazakov
>              Labels: new_and_noteworthy
>             Fix For: 3.3.0.M4
>
>
> EXECUTE: Import Seam Rest project from http://github.com/seam/rest as an existing maven project.
> EXECUTE: Build the project. Make sure CDI support is enabled.
> EXECUTE: Open /seam-rest-example-client/src/main/java/org/jboss/seam/rest/examples/client/tasks/SeamTasksAction.java
> ASSERT: There should not be a warning message about unsatisfied dependency on the line 26:
> {code}
> @Inject
> @RestClient("http://localhost:8080/rest-tasks")
> private SeamTasksService service;
> {code}

--
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

       



More information about the jbosstools-issues mailing list