Yoko support is inadventently setting system properties.
--------------------------------------------------------

                 Key: YOKO-202
                 URL: http://issues.apache.org/jira/browse/YOKO-202
             Project: Yoko - CORBA Server
          Issue Type: Bug
          Components: orb core
    Affects Versions: 1.0-incubating-M1
            Reporter: Rick McGuire
         Assigned To: Rick McGuire
             Fix For: 1.0-incubating-M1


In numerous places, ORB instances are getting instantiated using 

Properties props = System.getProperties(); 
props.put(....); 
ORB.init(args, props); 

This has the side effect of also setting the properties globally, since the 
property bundle returned from System.getProperties() is not a copy, but the 
actual system properties bundle.   This can have some undesireable side 
effects, since it leaves what should be instance specific values in the system 
properties for other calls to use.   

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to