[
https://issues.jboss.org/browse/JBIDE-13941?page=com.atlassian.jira.plugi...
]
Jaroslav Jankovič closed JBIDE-13941.
-------------------------------------
Verified on JBDS 7.0.0 Alpha2a.
Marker on an unsatisfied injection point in CDI Seam config
disappears after modifications
------------------------------------------------------------------------------------------
Key: JBIDE-13941
URL:
https://issues.jboss.org/browse/JBIDE-13941
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: CDI extensions
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 4.1.0.Alpha2
Test SeamConfigValidationTest.testSettingInlineBeanValuesToBeanOrSetOrMap fails when it
runs after testAddClassToResolveNode.
Steps:
1. Import test project CDIConfigValidationTest from plugin
org.jboss.tools.cdi.seam.config.core.test.
2. Open src/META-INF/beans.xml
ASSERT: Tag <s:value> in line 61 is marked 'No bean is eligible for injection
to the injection point'; tag <s:Integer> in the next line is marked 'Type
mismatch: cannot convert from Integer to String'.
3. Create new class org.jboss.beans.validation.test.MyBean2.
ASSERT: Only marker at <v:MyBean2> in line 8 disappears ('Cannot resolve type
org.jboss.beans.validation.test.MyBean2'); all other markers should persist.
FAILURE: Markers 'No bean is eligible for injection...' including the one in line
61 disappear.
--
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