Hi guys.
I have a OSGI service that call a method on a Remote Service exported
with D-OSGI.
This method takes a long time to execute and during the execution, I get
a "Connection Timed Out" Response on the client side.
I would like to know a method to set the timeout of the client to a high
value so that the method of the remote service will have enough time to
execute.
Is it possible to configure it in the intent-map.xml file ? because I
have seen in the sample intent-map, properties such as :
<wsrm-policy:BaseRetransmissionInterval Milliseconds="4000"/>
<wsrm-policy:AcknowledgementInterval Milliseconds="2000"/>
but I don't know if it is related. And then what is the right
configuration for the timeout.
Otherwise, is there a different way to do that ?
Thanks for your answers.
Cheers,
Julien