[jboss-jira] [JBoss JIRA] Created: (JBAS-6996) ClassNotFoundException for array types in JDK6

Mike Van Noord (JIRA) jira-events at lists.jboss.org
Tue Jun 2 18:14:56 EDT 2009


ClassNotFoundException for array types in JDK6
----------------------------------------------

                 Key: JBAS-6996
                 URL: https://jira.jboss.org/jira/browse/JBAS-6996
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: JMX
    Affects Versions: JBossAS-5.1.0.GA
         Environment: JDK 1.6
            Reporter: Mike Van Noord
            Assignee: Dimitris Andreadis


org.jboss.mx.server.InvocationContext uses the ClassLoader.loadClass() call rather than Class.forName().  Due to a behavioral change from Java 5 to Java 6, this call now throws a ClassNotFoundException when that class is of an array type, e.g. "[Ljava.lang.String;".

The situation is the same as the one described here: https://jira.jboss.org/jira/browse/JBRULES-1553

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