[ 
https://issues.apache.org/jira/browse/OPENEJB-1882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428964#comment-13428964
 ] 

David Blevins commented on OPENEJB-1882:
----------------------------------------

Reverted original fix as equals() and hashCode() have specific meaning in EJB 
even for @LocalBean views and are tested in the TCK, so ignoring them doesn't 
work.

Alternative approach is to not create the proxy instance with the constructor 
and to use Unsafe like is done in object deserialization.
                
> this can't be use in localbeans
> -------------------------------
>
>                 Key: OPENEJB-1882
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1882
>             Project: OpenEJB
>          Issue Type: Bug
>            Reporter: Romain Manni-Bucau
>             Fix For: 4.1.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to