You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Kathey Marsden (JIRA)" <ji...@apache.org> on 2013/09/18 20:09:51 UTC

[jira] [Created] (DERBY-6349) DaylightSavingTestjava.security.AccessControlException

Kathey Marsden created DERBY-6349:
-------------------------------------

             Summary: DaylightSavingTestjava.security.AccessControlException
                 Key: DERBY-6349
                 URL: https://issues.apache.org/jira/browse/DERBY-6349
             Project: Derby
          Issue Type: Bug
         Environment: IBM internal prerelease JVM 
            Reporter: Kathey Marsden
            Assignee: Kathey Marsden


Seeing this test failure because of an intentional security change in TimeZone.setDefault().  Therefore need to wrap Timezone.setDefault in a priv block in the test.

1) DaylightSavingTestjava.security.AccessControlException: 
Access denied ("java.util.PropertyPermission" "user.timezone" 
"write")
        at 
java.security.AccessController.throwACE(AccessController.java:10
0)
        at <unknown class>.<unknown method>(Unknown 
Source)
        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:5
49)
        at java.util.TimeZone.hasPermission(TimeZone.java:756)
        at java.util.TimeZone.setDefault(TimeZone.java:778)
        at 
org.apache.derbyTesting.junit.TimeZoneTestSetup.setUp(TimeZoneTe
stSetup.java:59)
        at 
junit.extensions.TestSetup$1.protect(TestSetup.java:22)
        at junit.extensions.TestSetup.run(TestSetup.java:27)
        at 
org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.ja
va:57)


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira