Never mind. I see that Rick has already fixed this issue. :D
Rick, I noticed that you filed that this issue was fixed in M1. I
think that it should be changed that it was fixed for M2.
Regards,
Alan
On Nov 12, 2006, at 11:37 PM, Alan D. Cabrera wrote:
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.