[jboss-jira] [JBoss JIRA] Updated: (EJBTHREE-1631) SerializableMethod is not compatible with Array type

Xavier Jodoin (JIRA) jira-events at lists.jboss.org
Mon Dec 15 10:57:54 EST 2008


     [ https://jira.jboss.org/jira/browse/EJBTHREE-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xavier Jodoin updated EJBTHREE-1631:
------------------------------------

    Attachment: SerializableMethod.java


patch for the Array type just build this class and replace it in jboss/common/lib/jboss-ejb3-common.jar and in jboss/client/jboss-ejb3-common-client.jar

> SerializableMethod is not compatible with Array type
> ----------------------------------------------------
>
>                 Key: EJBTHREE-1631
>                 URL: https://jira.jboss.org/jira/browse/EJBTHREE-1631
>             Project: EJB 3.0
>          Issue Type: Bug
>         Environment: JBoss 5.0.0 GA Ubuntu 8.10 sun java 1.6_10
>            Reporter: Xavier Jodoin
>            Priority: Blocker
>         Attachments: SerializableMethod.java
>
>
> Make Methiod in Stateless service with an array type as parameter.  You get an exception because String[].class.getName() cannot be retreive with Thread.currentThread().getContextClassLoader().loadClass(String[].class.getName()) 

-- 
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