Community
Participate
Working Groups
The timeout values are currently the default values but they should be configurable.
For the configuration there will be a new extension point created. This extension point would also allow to incorporate a configuration property which is currently only defined by a system property (riena.communication.zip). I propose to remove the system property and move the configuration to the extension point. Objections?
That sounds like a good idea. And default (if no extension is specified) will be the current default if no system property is defined right ?
The idea is that this system property is completely discarded. If the extension is not given or the attribute for "zipping" (it is optional) is not set the default value will be "false", i.e. no zipping.
+1
An example configuration will look like this: <extension point="org.eclipse.riena.communication.factory.hessian.configuration"> <configuration connectTimeout="60000" readTimeout="10000" zipClientRequest="true"> </configuration> </extension>
done