Read only archive ; use https://github.com/JacORB/JacORB/issues for new issues

Bug 980

Summary: Different ORB instances are incorrectly sharing current information
Product: JacORB Reporter: Hugo Roenick <hroenick>
Component: ORBAssignee: Mailinglist to track bugs <jacorb-bugs>
Status: RESOLVED FIXED    
Severity: enhancement CC: hroenick, jacorb
Priority: P5    
Version: 3.4   
Hardware: All   
OS: All   
Attachments: Test demonstrating the behaviour described

Description Hugo Roenick 2014-04-16 06:50:08 UTC
Created attachment 435 [details]
Test demonstrating the behaviour described

If we build 2 orbs instances (orb1 and orb2) and place some information on Current of orb1, the same information is unequivocally placed in Current from orb2.
Comment 1 Nick Cross 2014-04-23 06:42:55 UTC
Fixed by https://github.com/JacORB/JacORB/pull/107