-
Bug
-
Resolution: Unresolved
-
Major
-
1.2.4.Final
-
None
-
None
AddingPassivatingScopeTest is illegal as addScope for passivating non-normalscopes is perfectly fine.
There is nothing in the spec which says that a non-normalscope cannot be passivating.
The practical use case for this is e.g. when bridging over to Spring. Those beans might need to get checked for Serializable BUT spring brings it's own proxies. So we do not need to wrap it into just another normalscoping proxy.
Actually the test should come in 2 flavours:
1.) RomanEmpire being Serializable -> all fine must work
2.) RomainEmpire not Serializable -> DefinitionException
- is blocked by
-
CDI-513 Clarify whether passivating pseudo-scopes are valid
- Closed