Thanks - I will check write permission when I *retrieve* the
properties and then set the read only flag - then Pluto container can
throw on my behalf when a set attempt happens.
Off to the code mines.
/Chuck
On Mar 5, 2007, at 12:15 PM, Stefan Hepper wrote:
Note that you normally should throw the read-only Exc when calling
the set methods and not and the end in the store in order to be
compliant with the JSR 168 spec. It is in the spirit of the spec
that you can get this exc if the current user does not have
sufficient rights to do this (i.e. that the preference is read-only
for this request).
Stefan