]
Lukas Jungmann closed JBIDE-6380.
---------------------------------
v. in v20101004-1941-H100-Beta1
Specializing bean should inherit the qualifiers and name of
specialized bean.
-----------------------------------------------------------------------------
Key: JBIDE-6380
URL:
https://jira.jboss.org/browse/JBIDE-6380
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.2.x
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.2.0.M1
For example:
@Mock @Specializes
public class MockAsynchronousService extends AsynchronousService {
...
}
@Default @Asynchronous @Named("asyncService")
public class AsynchronousService implements Service{
...
}
then MockAsynchronousService inherits the qualifiers and name of AsynchronousService.
See 4.3 section of the spec.
All the tests of org.jboss.tools.cdi.core.test.tck.BeanSpecializationTest JUnit should
pass.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: