[ http://issues.apache.org/jira/browse/DERBY-1125?page=all ] David Van Couvering closed DERBY-1125: --------------------------------------
> Getting security exception when derbyclient.jar is before derby.jar because > classes in iapi.services.info have been added to derbyclient.jar > --------------------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-1125 > URL: http://issues.apache.org/jira/browse/DERBY-1125 > Project: Derby > Type: Bug > Components: Build tools > Versions: 10.2.0.0 > Reporter: David Van Couvering > Assignee: David Van Couvering > Priority: Critical > Fix For: 10.2.0.0 > > This security exception can occur if derbyclient.jar is before derby.jar > after revision 370815. > See: > http://www.nabble.com/regression-%21-all-tests-in-jdbcapi-fails-for-me-t1298249.html#a3462544 > From Andrew's email: > On 3/17/06, Andreas Korneliussen <[EMAIL PROTECTED]> wrote: > > </snip a whole bunch of stuff> > > > > Exception: java.lang.SecurityException: sealing violation: can't seal > > package org.apache.derby.iapi.services.info: > already loaded > See DERBY-848 and DERBY-1046. > iapi.services.info.ProductVersionHolder and friends were added to > derbyclient.jar by David in DERBY-848, specifically with revision > 370815. > There are two clear solutions: unseal iapi.services.info or copy the > info classes to a new shared info package. -- 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
