Petals SE BPEL

Timeout occurs while calling service (BPEL engine as consumer)

Details

  • Type: Bug Bug
  • Status: New New
  • Resolution: Unresolved
  • Affects Version/s: 1.0.7
  • Fix Version/s: None
  • Component/s: None
  • Security Level: Public
  • Description:
    Hide

    replace sendSync(exchange) by sendSync(exchange, syncTime) in Sender.java (uncomment)

    ... else if (sendStyle == SendStyle.SYNCHRONOUS_SEND) {
    if (syncTime != null) { listener.sendSync(msgIn);//, syncTime); } else { listener.sendSync(msgIn); }

    Maybe the timeout should be always set to "0".

    Show
    replace sendSync(exchange) by sendSync(exchange, syncTime) in Sender.java (uncomment) ... else if (sendStyle == SendStyle.SYNCHRONOUS_SEND) { if (syncTime != null) { listener.sendSync(msgIn);//, syncTime); } else { listener.sendSync(msgIn); } Maybe the timeout should be always set to "0".
  • Environment:
    any

People

Dates

  • Created:
    Thu, 30 Jun 2011 - 11:44:41 +0200
    Updated:
    Thu, 30 Jun 2011 - 11:44:41 +0200