[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1631) SerializableMethod is not compatible with Array type
Xavier Jodoin (JIRA)
jira-events at lists.jboss.org
Mon Dec 15 10:51:54 EST 2008
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
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