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. andrew
