-
Bug
-
Resolution: Done
-
Major
-
1.0.2.CR3
-
None
Section 8.1.3 says ...
The delegate type of a decorator must implement or extend every decorated type (with exactly the same type parameters).
However FooBar does not extend Boo. If the container checks the 8.1.3 rule the war for this test will not deploy. Changing FooBar to extend Boo satisfies the check.
package directory is org/jboss/jsr299/tck/tests/decorators/definition/
- is related to
-
CDITCK-178 DecoratorDefinitionTest.testDecoratedTypes() asserts that a superinterface of the decorator bean class is not a decorated type.
- Closed
- relates to
-
CDITCK-178 DecoratorDefinitionTest.testDecoratedTypes() asserts that a superinterface of the decorator bean class is not a decorated type.
- Closed