[ http://issues.apache.org/jira/browse/YOKO-210?page=all ]
Alan Cabrera closed YOKO-210. ----------------------------- Fix Version/s: (was: 1.0-incubating-M2) Resolution: Duplicate > Need better properties management when starting an ORB > ------------------------------------------------------ > > Key: YOKO-210 > URL: http://issues.apache.org/jira/browse/YOKO-210 > Project: Yoko - CORBA Server > Issue Type: Bug > Components: orb core > Affects Versions: 1.0-incubating-M1 > Reporter: Alan Cabrera > > A lot of code within Yoko > is doing the following to instantiate an ORB instance: > Properties props = System.getProperties(); > props.put(...); > ORB orb = ORB.init(args, props); > By setting the properties directly into the property bundle returned by > System.getProperties(), this code is inadvertently setting the system > property, leaving junk that can be picked up later. In this case, it > was the NamingService code that was leaving an endpoint property set > that was causing the duplicate. -- 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