[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-1636) SerializableMethod should use PrimitiveAwareClassLoader

jaikiran pai (JIRA) jira-events at lists.jboss.org
Tue Dec 16 11:33:57 EST 2008


    [ https://jira.jboss.org/jira/browse/EJBTHREE-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12442897#action_12442897 ] 

jaikiran pai commented on EJBTHREE-1636:
----------------------------------------

With the changes in r82318, the SerializableMethodTestCase has been successfully run against the following Java versions:

1) java version "1.5.0_17"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_17-b04)
Java HotSpot(TM) Client VM (build 1.5.0_17-b04, mixed mode, sharing)

2) java version "1.5.0_15"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_15-b04)
BEA JRockit(R) (build R27.6.0-50_o-100423-1.5.0_15-20080626-2104-linux-ia32, compiled mode)

3) java version "1.6.0_11"
Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
Java HotSpot(TM) Client VM (build 11.0-b16, mixed mode, sharing) 

Using this PrimitiveAwareClassLoader in the SerializableMethod also takes care of the fix for issue EJBTHREE-1622


> SerializableMethod should use PrimitiveAwareClassLoader
> -------------------------------------------------------
>
>                 Key: EJBTHREE-1636
>                 URL: https://jira.jboss.org/jira/browse/EJBTHREE-1636
>             Project: EJB 3.0
>          Issue Type: Sub-task
>    Affects Versions: 1.0.0-Beta10
>            Reporter: jaikiran pai
>            Assignee: jaikiran pai
>
> EJBTHREE-1626 introduces a PrimitiveAwareClassLoader to move out the often duplicated primtive check code outside the calling class. The SerializableMethod is one such class with does the primtive check. This should now be removed and instead the PrimitiveAwareClassLoader should be used.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list