Scott will have to fill in with the details; thus far I have been unable to
reproduce a test case with reduced permissions (sigh!).
Jody
On 09/06/2010, at 6:34 PM, Ben Caradoc-Davies wrote:
> On 09/06/10 15:45, Jody Garnett wrote:
>> Ben I think this is the problem you were working on when pack
On 09/06/10 15:45, Jody Garnett wrote:
> Ben I think this is the problem you were working on when packaging stuff up
> in jar form?
No, that is to prevent network loading of remote schemas;
app-schema-resolver looks in jar files first to prevent that.
> Can you see anything in there that would
Hi Ben / Scott:
After going to all the trouble of getting the parser/encoder stuff sorted out I
am running into problems when working in a Java EE environment. Specifically
something in the parser code is trying to access the filesystem and failing
security restrictions.
Ben I think this is th