More changes for decorator and interceptor passivation support
--------------------------------------------------------------
Key: OWB-448
URL: https://issues.apache.org/jira/browse/OWB-448
Project: OpenWebBeans
Issue Type: Improvement
Components: Interceptor and Decorators
Affects Versions: 1.0.0-alpha-2
Reporter: YING WANG
Assignee: YING WANG
Priority: Minor
Fix For: 1.0.0-alpha-3
add some serialization/deserialization code for interceptor, decorator, and
@EJB and some of their handlers. Note: due to the nature of abstract decorator
and javassist (we use a proxy object to instanciate the abstract decorator
class. ), passivation of abstract decorator is not working right now since the
fields in the decorator((proxy object) could not be serialzed by javassist.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.