Bugzilla – Bug 5439
GramJob fails in destruction of deleg. creds of subjobs in a multijob
Last modified: 2007-07-16 12:20:47
You need to log in before you can comment on or make changes to this bug.
GramJob doesn't behave properly when destroying delegated credentials of subjobs of a multijob. GramJob.destroyDelegatedCredentials(): ... EndpointReferenceType subJobCredentialEndpoint = subJobDescriptions[index].getJobCredentialEndpoint(); if (jobCredentialEndpoint != null) { destroyDelegatedCredential(subJobCredentialEndpoint); } ... The if statement must check for subJobCredentialEndpoint here instead of jobCredentialEndpoint.
committed the fix to the 4.0 branch. I'm yet not 100% sure how the situation is in trunk.