Description of problem: Backport the JBCOMMON-25 / JBPAPP-3336 into EAP 5.2.0 https://issues.jboss.org/browse/JBPAPP-3336 https://issues.jboss.org/browse/JBCOMMON-25 The change seems to be pretty small -> https://source.jboss.org/viewrep/JBossCommon/common-core/trunk/src/main/java/org/jboss/util/stream/MarshalledValueInputStream.java?r1=2044&r2=2415 The code of 5.2.0 doesn't have that : http://anonsvn.jboss.org/repos/jbossas/tags/JBPAPP_5_2_0_GA/server/src/main/org/jboss/invocation/MarshalledValueInputStream.java Actual results: When a client communicate with a server using EJB and with Java 6, the following execption occurs: Caused by: java.lang.NoClassDefFoundError: IllegalName: [B at java.lang.ClassLoader.preDefineClass(ClassLoader.java:491) ... at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1574) at org.jboss.invocation.MarshalledValueInputStream.resolveClass(MarshalledValueInputStream.java:101) at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1609) Expected results: The communication should work.
EAP 5.x bugs are logged in jira not bz => https://issues.jboss.org/browse/JBPAPP-10773
Brad Maxwell <bmaxwell> updated the status of jira JBPAPP-10773 to Resolved
Jan Martiska <jmartisk> updated the status of jira JBPAPP-10773 to Closed