Reviewing my test code, I was afraid that might be the case.That would be because database/system properties like derby.* cannot be set using the properties object passed to DriverManager.getConnection(). That properties object is for JDBC connection attributes that affect how the connection is made to the database.
Derby's properties are set either by being Java system properties, being set in the derby.properties, or being database properties, set with the database procedure.
Thanks
