Read only archive ; use https://github.com/JacORB/JacORB/issues for new issues
Bug 980 - Different ORB instances are incorrectly sharing current information
Summary: Different ORB instances are incorrectly sharing current information
Status: RESOLVED FIXED
Alias: None
Product: JacORB
Classification: Unclassified
Component: ORB (show other bugs)
Version: 3.4
Hardware: All All
: P5 enhancement
Assignee: Mailinglist to track bugs
URL:
Depends on:
Blocks:
 
Reported: 2014-04-16 06:50 UTC by Hugo Roenick
Modified: 2014-04-23 06:42 UTC (History)
2 users (show)

See Also:


Attachments
Test demonstrating the behaviour described (2.27 KB, application/x-gzip)
2014-04-16 06:50 UTC, Hugo Roenick
Details

Note You need to log in before you can comment on or make changes to this bug.
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