Knut Anders observes the following:
"This happened when Ole went from b78 to b81, so it might be a Mustang
issue. Ole, how did your re-run with b78 go?"
I continue to get clean derbyall runs against the classtree in 1.6.
However, I'm seeing the following permissions exception in the first
nist test (schema1) inside derbyall. You can verify this by looking at
the 1.6 tinderbox test results at
http://www.multinet.no/~solberg/public/Apache/DerbyJDK16/Limited/testSummary-406692.html:
ERROR XJ001: Java exception: 'access denied
(java.util.PropertyPermission user.dir read):
java.security.AccessControlException'.
Oddly enough, the nist tests pass if run under 1.6 and standalone
against the jar files (that is, not under derbyall).
We're clearly not getting this error in the tinderbox tests run against
jars under 1.4.
Regards,
-Rick
Andrew McIntyre wrote:
On 5/10/06, Rick Hillegas <[EMAIL PROTECTED]> wrote:
This issue is covered by the umbrella DERBY-955 jira. The problem has
been analyzed this far: The tests run cleanly against the classtree but
fail because of permissions exceptions when run against jar files. We
suspect an asymmetry in the permissions granted to the classtree and the
jar files by derby_tests.policy.
If this were true, wouldn't these tests also fail on other JVMs
besides 1.6 with jars?
andrew