Bugzilla – Bug 3863
org.globus.wsrf.impl.ResourcePropertyTopic notify()
Last modified: 2005-11-01 11:31:15
You need to log in before you can comment on or make changes to this bug.
The notify() method in the ResourcePropertyTopic did not use "this.sendOldValue" but uses "false". Hence even if sendOldValue is being set to true, the old value will not be sent because of this.
Created an attachment (id=732) [details] Fixes the notify method to using this.sendOldValue instead of mandate to false
Fix committed to globus_4_0_branch and trunk.