Bugzilla – Bug 5799
adjust globusrun-ws to changes in release method in gram in GT4.2
Last modified: 2008-02-06 13:39:30
You need to log in before you can comment on or make changes to this bug.
The release operation is implemented by a gram4 operation provider in 4.2. Both MEJS and MMJS inherit this functionality. The new release() method throws slightly different exceptions. Actually the port type in 4.0.x didn't define any exceptions for this method, which seems wrong because exceptions may be thrown. Find the new release method in ws-gram/common/schema/gram/jdd/terminate_managed_job_provider_port_type.wsdl of ws-gram in branch ws-gram-bug5247
Some more information can be found in the attached document at http://www.globus.org/mail_archive/gram-dev/2008/01/msg00000.html
The release method is of course in ws-gram/common/schema/gram/jdd/release_managed_job_provider_port_type.wsdl and not in ws-gram/common/schema/gram/jdd/terminate_managed_job_provider_port_type.wsdl !
Fix to handle WSRF faults committed to ws-gram-bug5247 branch