You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2010/07/03 14:53:50 UTC

[jira] Resolved: (OWB-399) Proxy objects could not be correctly deserialized by using javassist 3.11. we need to update to 3.12

     [ https://issues.apache.org/jira/browse/OWB-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg resolved OWB-399.
-------------------------------

    Resolution: Fixed

> Proxy objects could not be correctly deserialized by using javassist 3.11. we need to update to 3.12
> ----------------------------------------------------------------------------------------------------
>
>                 Key: OWB-399
>                 URL: https://issues.apache.org/jira/browse/OWB-399
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: M4
>            Reporter: YING WANG
>            Assignee: Mark Struberg
>            Priority: Blocker
>             Fix For: 1.0.0-CR1
>
>   Original Estimate: 6h
>  Remaining Estimate: 6h
>
> While I am investigating owb failover / passivation support , I encountered an issue that de-serialized proxy object could not delegate calls to bean instance object methods. The handler field held by the proxy object ( such as NormalScopeBeanInterceptorHandler we used for normal scope ) is replaced with javassist default handler. 
> Sandbox tests show hat if I upgrade to javassist 3.12 and use ProxyObjectInputStream/ProxyObjectOutputStream, the handler in de-serialized proxy object get restored correctly.
> But 3.12 is not in jboss repository yet, anyone know if there is a way  to push them update their javasssist repository? or create our own snapshot repository temporarily? 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.