Dependent scope proxies are needed to wrap the build-in beans returned from the
services if they are not serializable yet
-------------------------------------------------------------------------------------------------------------------------
Key: OWB-508
URL: https://issues.apache.org/jira/browse/OWB-508
Project: OpenWebBeans
Issue Type: Improvement
Affects Versions: 1.0.0
Reporter: YING WANG
Assignee: YING WANG
Priority: Minor
Fix For: 1.1.0
the 4 build-in beans in section 3.6 are passivation capable dependencies.
However, the actual instances returned from vender's
ValidatorService/SecurityService/TransactoinService some time are not
serializable and could cause passivation errors.
I would like to add dependent scope proxy around these actual instances if they
are not serializable, When the references get de-serialized, a new actual
instance will be retrieved from the corresponding service. Venders should be
able to override this behavior by some OWB custom property.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.