| /**
  |  * There is a bug in Sun's implementation of the method 
javax.rmi.CORBA.Util.isLocal().
  |  * Stubs generated with the rmic tool call this method to check is the call is a 
local invocation,
  |  * which they can optimize. However, Sun's implementation of isLocal() tries to 
cast the stub to a proprietary
  |  * class. This is against the rules. Since the ORB is pluggable 
("-Dorg.omg.CORBA.ORBClass=...), Sun's
  |  * implementation of a standard (javax.rmi) method should not assume that the 
stubs are Sun stubs.
  |  *
  |  * @author <a href="mailto:[EMAIL PROTECTED]">Francisco Reverbel</a>
  |  * @version $Revision: 1.1 $
  |  *
  |  **/

This was a bug fix for a Sun JDK bug that you wouldn't need if you use IBM's VM. I 
don't know exactly how this class gets instantiated, but as you said you're probably 
Ok :)

Franscisco, any comment?

Regards
/Dimitris

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849077


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to