I don't think that an issue was filed so I've filed YOKO-210.


Regards,
Alan


On Nov 8, 2006, at 7:00 AM, Mosur Ravi, Balaji wrote:

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.

Reply via email to