[
https://issues.jboss.org/browse/CDITCK-249?page=com.atlassian.jira.plugin...
]
Martin Kouba commented on CDITCK-249:
-------------------------------------
I don't see any BuildingImpl in the test.
Building is SFSB and its bean types are BuildingLocal and java.lang.Object. Office bean
types are OfficeLocal, BuildingLocal and java.lang.Object.
*3.2.2. Bean types of a session bean*: The unrestricted set of bean types for a session
bean contains all local interfaces of the bean and their superinterfaces.
Incorrect specialization in
org.jboss.jsr299.tck.tests.inheritance.specialization.enterprise.EnterpriseBeanSpecializationTest
-----------------------------------------------------------------------------------------------------------------------------
Key: CDITCK-249
URL:
https://issues.jboss.org/browse/CDITCK-249
Project: CDI TCK
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Tests
Affects Versions: 1.0.4.Final
Reporter: Jozef Hartinger
Assignee: Martin Kouba
Priority: Blocker
Fix For: 1.0.5.CR1, 1.1.0.CR1
Office specializes Building
The spec says:
"If X (Office) does not have some bean type of Y (Building), the container
automatically detects the problem and treats it as a definition error."
The Building bean has the type BuildingImpl which the Office bean lacks, thus the
testcase is incorrectly defined.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira