Re: networkserver security manager issue

2005-11-07 Thread Paul Byford
Dan, Thanks for this, 10.1.2 resolved the issue, however I had to tweak the policy file and add the following to my pollicy file; permission java.io.FilePermission "${derby.system.home}","read"; without this entry i obtained the following exception; F:\Documents and Setti

networkserver security manager issue

2005-11-06 Thread Paul Byford
a ploicy i obtain an exception. The steps I take are; 1. run the setnetworkservercp.bat and get output; F:\Documents and Settings\paul byford>set CLASSPATH=f:\derby10\lib\derby.jar;f:\ derby10\lib\derbytools.jar;f:\derby10\lib\derbynet.jar; which looks ok. 2. run my server startup command

derby encryption

2005-05-10 Thread Paul Byford
hi, i intend to deploy derby in embedded form as part of an application. to protect the data i would like to use the disk encryption feature.   the issue i have is that for my application to have access to the encrypted database data I must also deploy the bootPassword with the application in am

derby encryption

2005-05-10 Thread Paul Byford
hi, i intend to deploy derby in embedded form as part of an application. to protect the data i would like to use the disk encryption feature.   the issue i have is that for my application to have access to the encrypted database data I must also deploy the bootPassword with the application in amo