Kathey Marsden <kmarsdende...@sbcglobal.net> writes: > On 7/10/2010 4:24 AM, Nirmal Fernando wrote: >> Hi All, >> >> In order to run the tests I've created in XplainStatisticsTest.java class, >> I need read and write permissions to user's testing directory's >> extinout folder. >> >> Currently in derby_tests.policy file, it doesn't provide IO permissions to >> extinout folder under user's testing directory. >> >> So I like to request from the community to approve the above mentioned >> permission grant. >> > It is interesting to me that it is junit.jar that needs the > permission. I would have expected it to be derbytools.jar or > derbyTesting.jar.
That would have been my expectation too. Nirmal, do you have the stack trace for the permissions error? That could give us a clue as to whether there's a missing doPrivileged block somewhere in the code. -- Knut Anders