Bugzilla – Bug 3500
ServiceGroupRegistrationClient.terminate( ) failure
Last modified: 2005-07-20 16:43:30
You need to log in before you can comment on or make changes to this bug.
Please set this.initialized=true in the last line of the following method of ServiceGroupRegistrationClient: public void register(ServiceGroupRegistrationParameters params, long delayMillis) The problem is that the "initialized" state is not properly set when registrations are added programmatically, later causing the terminate( ) method to return prematurely when invoked. I wasn't sure if you'd mind me changing code, so I'm submitting a bug instead.
I've committed code to CVS trunk to address this. The initialized checks have been removed altogether.
Fixed for 4.0.1