]
Viacheslav Kabanovich resolved JBIDE-9734.
------------------------------------------
Assignee: Alexey Kazakov (was: Viacheslav Kabanovich)
Resolution: Done
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.
For more information on JIRA, see: