| Summary: | timeout values (read, connect) for the Http(s)URLConnection used by Riena/Hessian should be configurable | ||
|---|---|---|---|
| Product: | [RT] Riena | Reporter: | Stefan Liebig <Stefan.Liebig> |
| Component: | communication | Assignee: | Stefan Liebig <Stefan.Liebig> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | christian.campo, ralf.stuckert |
| Version: | 3.0.0 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 299028 | ||
|
Description
Stefan Liebig
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 |