islookup_timeout #30
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
RDGraph
RSAC
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: D-Net/dnet-hadoop#30
Loading…
Reference in New Issue
No description provided.
Delete Branch "islookup_timeout"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR includes the possibility to set
connectTimeout
andrequestTimeout
in the isLookUp service stub. Further extensions might add the possibility to pass the timeout values as parameters, as well as to cover more alternative implementations for the service instance (currently onlyjavax.xml.ws.BindingProvider
is supported)I tested the patch in a simple wf (import claims from db).
The IS query have been regularly executed and the logs contain the following lines:
In particular the last line indicates that the service is an instance of BindingProvider.
For me, the PR can be accepted.