Hi folks,
> Quoting Mehmet Kuzu <[email protected]>: > >> Thanks, I will post my questions to th kandula-dev afterwards, but >> lastly I should mention that this time out is used in WS-BA too, I >> have examined the holiday example and I could make it run after >> increasing time out duration You are refering to // FIXME _ALL_ Make default callback timeout configurable public static final int DEFAULT_TIMEOUT_MILLIS = 20 * 1000; in CallbackRegistry, right? This is a default value that is only used when there is no specific timeout value present when creating the context. I've taken a look at the sources (it's been long since the last time...) at it seems that there is no way to actually provide that parameter from any client, AT or BA. As Dasarath said, with AT clients a transaction is anyways expected to last less that 20 seconds, but for BA transactions the time limit may be inapproriate. The unit tests should run fine, however, since they run faster than that. It is absolutely safe to adjust that limit to your needs. Best regards, -hannes --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
