A B (JIRA) wrote:
demo/RunClassPathTester.java fails against IBM wsdd5.6
This is, I think, very closely related to DERBY-1152, and has to do with inconsistencies among the permissions granted to the SysInfo classes in the various permutations of derby_tests.policy. In this particular case, the issue is that some (most?) JVMs require a RuntimePermission in order to call getProtectionDomain, but the IBM wsdd5.6 environment (what is that, exactly?) does not require such a permission. I suppose that the best thing to do is to go ahead and commit the DERBY-1152 fix, which at least makes SysInfo have consistent permissions in the various packaging formats, and then we can more easily see where we are with the SysInfo-related problems. Unless anybody has any more comments on DERBY-1152, I'll commit it today. It won't fix this problem though, as it doesn't change this particular permission. thanks, bryan