Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-6996

ClassNotFoundException for array types in JDK6

XMLWordPrintable

      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

              dandread1@redhat.com Dimitrios Andreadis
              mvnoord_jira Mike Van Noord (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: