[ http://issues.apache.org/jira/browse/DERBY-1179?page=all ]
Andrew McIntyre closed DERBY-1179. ---------------------------------- > demo/RunClassPathTester.java fails against IBM wsdd5.6 > ------------------------------------------------------ > > Key: DERBY-1179 > URL: http://issues.apache.org/jira/browse/DERBY-1179 > Project: Derby > Issue Type: Bug > Components: Regression Test Failure > Environment: IBM wsdd5.6 > Reporter: A B > Priority: Minor > Fix For: 10.2.0.0 > > > The demo/RunClassPathTester.java fails when run against IBM wsdd5.6. Against > jars the diff is: > 3 del > < Unable to access Protection Domain or Code Source for class interface > org.apache.derby.database.Database: access denied > (java.lang.RuntimePermission getProtectionDomain) > 3a3 > > /C:/cloudtst/jartest/classes/derby.jar > 5 del > < Unable to access Protection Domain or Code Source for class class > SimpleApp: access denied (java.lang.RuntimePermission getProtectionDomain) > 5a5 > > /C:/cloudtst/jartest/classes/derbyTesting.jar > Against a classes directory, the diff is similar: > 3 del > < Unable to access Protection Domain or Code Source for class interface > org.apache.derby.database.Database: access denied > (java.lang.RuntimePermission getProtectionDomain) > 3a3 > > /C:/private/derby_src/classes/ > 5 del > < Unable to access Protection Domain or Code Source for class class > SimpleApp: access denied (java.lang.RuntimePermission getProtectionDomain) > 5a5 > > /C:/private/derby_src/classes/ -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
