NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • In your caGrid distribution, find:
    Code Block
    $CAGRID_HOME/projects/data/src/java/common/gov/nih/nci/cagrid/data/client/DataServiceClient.java 
  • In this class, find the createPortType method;
  • Just before the "return port;" line, add the following with your timeout value specified:
    Code Block
    ((Stub) port).setTimeout(<YOUR_TIMEOUT_IN_MSECS>);

...