serializable check on Interceptor and Decorator stack should check for null
----------------------------------------------------------------------------
Key: OWB-283
URL: https://issues.apache.org/jira/browse/OWB-283
Project: OpenWebBeans
Issue Type: Bug
Components: Interceptor and Decorators
Affects Versions: M3
Reporter: Mark Struberg
Assignee: Mark Struberg
Fix For: M4
currently we do not check if a decorator or interceptor is actually applied.
This results in ManagedBean#isPassivationCapable() returning false if a
@PostConstruct or @PreDestroy is used, but no actual Interceptor.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.