Hi Luke,

        > P.S. Are you aware of the source version of the JDK which is
available?

        No, I wasn't aware of this. In the source code I found the commends
I needed. 
        (And I'm a bit worry about sun because they don't show this comment
in the doc. :-( ) 
        An IOR can have a attaced component with information about a java
codebase. 
        If this is not present, a attaced component with the property
defined in the system property

        java.rmi.server.codebase

        is created. But this is optional! In case of jBoss this property is
set to http://[hostname]:8083/ 
        But for some reasons (I dont understand it compleate by now.) This
causes an exception somewhere.

        Now I just added one line to my code and the corba connection work
fine:

        System.getProperties().remove("java.rmi.server.codebase");

        Can someone explain where this property is needed and if it can
cause problems, if it is not present?

        Thanks to all who spend some time with this problem!
        Andreas 


         
         
>  

Reply via email to