]
Jaroslav Jankovič closed JBIDE-11449.
-------------------------------------
Verified on JBT 3.3.0.v20120419-0225-H4675-Beta3.
Specialized Bean can set bean name if it is not inherited
---------------------------------------------------------
Key: JBIDE-11449
URL:
https://issues.jboss.org/browse/JBIDE-11449
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: CDI
Affects Versions: 3.3.0.Beta1
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 3.3.0.Beta3
EXECUTE: Create bean class Test1 that is not annotated with @Named.
EXECUTE: Create bean class Test2
{code}
@Named
@Specializes
public class Test2 extends Test1 {
}
{code}
ASSERT: Bean name 'test2' is available for EL.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: