[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-9637) On workspaces with complex dependencies between CDI projects, CDI validation self-disables after full build.

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Thu Sep 1 16:15:27 EDT 2011


On workspaces with complex dependencies between CDI projects, CDI validation self-disables after full build.
------------------------------------------------------------------------------------------------------------

                 Key: JBIDE-9637
                 URL: https://issues.jboss.org/browse/JBIDE-9637
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: CDI
    Affects Versions: 3.3.0.M3
            Reporter: Viacheslav Kabanovich
            Assignee: Alexey Kazakov
             Fix For: 3.3.0.M3, 3.3.0.M4


I reproduce it on forge projects (git://github.com/forge/core.git forge).
EXECUTE 1: Start studio and create test class Test in forge-shell-api project.
EXECUTE 2: add injection field @Inject String a;
ASSERT: Warning appears (No eligible beans).
EXECUTE 3: change field to @Inject Test a;
ASSERT: Warning disappears, open-on to bean Test works.
EXECUTE 4: clean/build the entire workspace
EXECUTE 5: repeat steps 2 and 3 several times and check asserts.
ASSERT: open-on to bean Test works when type Test is assigned to field a.
FAILURE: Warning does not appears when type String is assigned to field a.a
If failure is not reproduced, try and rebuild workspace again (probability of the failure is high). 



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list