[ http://issues.apache.org/jira/browse/DERBY-1379?page=comments#action_12415428 ]
Rick Hillegas commented on DERBY-1379: -------------------------------------- An elegant solution. I have confirmed that the nist tests now pass under the problem scenario. Committed at subversion revision 412859. > NIST tests fail on jdk16 after introduction of JDBC4 driver autoloading > ----------------------------------------------------------------------- > > Key: DERBY-1379 > URL: http://issues.apache.org/jira/browse/DERBY-1379 > Project: Derby > Type: Bug > Components: Tools > Versions: 10.2.0.0 > Environment: Sun JDK 1.6 > Reporter: Olav Sandstaa > Assignee: Olav Sandstaa > Priority: Minor > Attachments: autoload.diff > > When running derbyall on jdk16 the Nist tests fails with the following > exception: > java.security.AccessControlException: access denied > (java.util.PropertyPermission user.dir read) > The tests started to fail after autoloading of JDBC drivers was added to the > embedded driver (see DERBY-930). > To reproduce the problem you need (a) to run from jar files (not class files) > and (b) have the DB2 driver in the class path. -- 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
