I really need some JDK 6.0 features in my client software.

The problem:
Loading of array classes in JBoss Remoting does not work under JDK6.

JBoss point of view:
This is a JDK6 bug, since it worked fine with JDK5 and earlier.
We'll wait for Sun to fix this.

Sun point of view:
It should never have worked that way in the first place, and it's not a bug.
Programs should use Class.forName() instead.

Given all this, it doesn't look like the problem is going away. What can we do?

References:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=97229
http://bugs.sun.com/bugdatabase/view_bug.do;jsessionid=fd1fb524c02e2ffffffffc6cff53ffa3be42:YfiG?bug_id=6500212

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998686#3998686

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998686
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to