I'm using v2.2 of Turbine, and I agree that the configuration lookup is correct. I think the bug is in the o.a.t.services.pull.TurbinePullService.java file.
The following is the extract from the file (line 223):
---------------------
/**
* Property tag for per request tool refreshing
* (for obvious reasons has no effect for per-request tools)
*/
private static final String TOOLS_PER_REQUEST_REFRESH =
"tools.per.request.refresh";---------------------
As you can see it is using 'tools.per.request.refresh' instead of 'services.PullService.tools.per.request.refresh', which I think is the core of the bug.
Thanks for getting back to me.
cheers, CP
Henning P. Schmiedehausen wrote:
CP Lim <[EMAIL PROTECTED]> writes:
Hi,
I think I might have stumbled upon a bug in the TurbinePullService.java file. On line 227, it expects to lookup 'tools.per.request.refresh', but the configured attribute name is:
------------------ services.PullService.tools.per.request.refresh=true
Please tell us, which Turbine Version you're using.
I'm 99,99% sure, that the configuration object in which this property is looked up is a configuration subset of all keys starting with services.PullService, so the lookup is correct.
Regards Henning
-- R E D S H E R I F F C.P. Lim - Software Engineer Level 1, 10 Queens Road +61 3 9864 0733 tel Melbourne VIC +61 3 9864 0778 fax Australia +61 413 781 846 mob
This message and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the intended recipient, you are hereby notified that any use or dissemination of this communication is strictly prohibited. If you have received this message in error please notify us immediately by return email or telephone +61 (3) 9659 0432, then delete this message. Any views expressed in this message are those of the individual sender and many not necessarily reflect the views of Red Sheriff.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
