Rick Hillegas wrote: > On my system (XP/cygwin), with or without the noSecurityManager=true > this test runs correctly using the DerbyNet framework: > > java -Dframework=DerbyNet > org.apache.derbyTesting.functionTests.harness.RunTest $SINGLE_TEST > > This causes a server to come up, which the test talks to. Without > specifying a framework, a server doesn't come up and this surfaces as a > PrivilegedActionException. The test seems to run cleanly inside a suite > so I'm wondering if the suite configuration brings up a server?
Ok, that was the last framework I expected you to be using. :-) That's the network server with the DB2 universal driver, the security manager does not run for the client vm in that case. As I said, I was misled since the commit comment indicated the test was using embedded. Dan.
