The Request and Response are PerThread services meaning the service is
actually proxy which passes through to a PerThreadValue. This PerThread
value will be null on a non-request thread.
There's a few approaches to work around this including:
1. Pass values from the request thread to the worker on
Hi all,
I have the following folders structure
/payex.properties
/prod/payex.properties
/dev/payex.properties
My idea is for the tapestry to always load the root (/payex.properties) and
then give the execution mode to load one of the payex.properties that
contain environment specific fields. My