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

Jozef Hartinger (Commented) (JIRA) jira-events at lists.jboss.org
Thu Oct 13 14:15:16 EDT 2011


    [ https://issues.jboss.org/browse/JBIDE-9734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12634668#comment-12634668 ] 

Jozef Hartinger commented on JBIDE-9734:
----------------------------------------

Awesome, thanks!
                
> 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