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

Jarek Gawor commented on GERONIMO-6034:
---------------------------------------

Looks like the problem here is that our porting code - specifically 
BeansImpl.isProxy() hasn't been updated to deal with changing package names of 
dynamic proxies. Here are the package names I see for a few different 
maintenance releases of Oracle Java 6:

jdk6_43: class com.sun.proxy.$Proxy0
jdk6_39: class sun.proxy.$Proxy0
jdk6_23: class $Proxy0

Anyway, I updated the code in revision 1485297 and the tests appears to be 
passing now.

                
> testSerializeSFSB(org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.EnterpriseBeanLifecycleTest)
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-6034
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6034
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>            Reporter: David Blevins
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to