-
Bug
-
Resolution: Done
-
Critical
-
2.0.0.Beta2
-
None
-
None
A decorator of a built-in bean must be passivation capable dependency.
See TCK 1.1 test:
org.jboss.cdi.tck.tests.decorators.builtin.instance.BuiltinInstanceDecoratorTest
It should obviously fail as the MuleInstanceDecorator does not implement Serializable. But it doesn't.
- blocks
-
CDITCK-296 Fix BuiltinInstanceDecoratorTest to align with the spec
- Resolved