jdbcCompliant() = true driver.getMajorVersion() = EXPECTED VERSION driver.getMinorVersion() = EXPECTED VERSION checking acceptsURL(jdbc:derby:wombat;create=true) checking acceptsURL(jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/wombat;create=true) checking acceptsURL(jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:1527/wombat;create=true) checking acceptsURL(jdbc:db2j:wombat;create=true) testEmbeddedAttributes() Connection info for connect(jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/testcreatedb1, {create=true}) getURL() = jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/testcreatedb1;create=true getUserName() = APP CURRENT SCHEMA = APP Connection info for connect(jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/testcreatedb2;create=true, null) getURL() = jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/testcreatedb2;create=true getUserName() = APP CURRENT SCHEMA = APP Connection info for connect(jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/testpropdb, {user=APP, password=xxxx}) getURL() = jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/testpropdb getUserName() = APP CURRENT SCHEMA = APP Connection info for connect(jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/testpropdb;user=testuser;password=testpass, null) getURL() = jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/testpropdb getUserName() = testuser CURRENT SCHEMA = TESTUSER Connection info for connect(jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/testpropdb;user=testusr, {password=testpass}) getURL() = jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/testpropdb getUserName() = testusr CURRENT SCHEMA = TESTUSR Connection info for connect(jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/testpropdb;user=testuser;password=testpass, null) getURL() = jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/testpropdb getUserName() = testuser CURRENT SCHEMA = TESTUSER Expected Exception:08006:DERBY SQL error: SQLCODE: -1, SQLSTATE: 08006, SQLERRMC: Database 'testcreatedb1' shutdown. testClientAttributes() Connection info for connect(jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/testpropdb;traceFile=[DERBY_SYSTEM_HOME]/trace.out, {}) getURL() = jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/testpropdb;traceFile=[DERBY_SYSTEM_HOME]/trace.out getUserName() = APP CURRENT SCHEMA = APP trace file exists Connection info for connect(jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/testpropdb, {traceFile=[DERBY_SYSTEM_HOME]/trace2.out}) getURL() = jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/testpropdb;traceFile=[DERBY_SYSTEM_HOME]/trace2.out getUserName() = APP CURRENT SCHEMA = APP trace file exists doClientURLTest() doClientURLTest with url: jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/wombat:create=true Null connection returned for url jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/wombat:create=true doClientURLTest with url: jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/'wombat';create=true Connection info for connect(jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/'wombat';create=true, null) getURL() = jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/'wombat';create=true getUserName() = APP CURRENT SCHEMA = APP PASSED:Connection Successful with url: jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/'wombat';create=true START testDbNameWithSpaces ... Connection info for connect(jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/db name with spaces;create=true, null) getURL() = jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/db name with spaces;create=true getUserName() = APP CURRENT SCHEMA = APP PASSED:Connection Successful with url: jdbc:derby://xxxFILTERED_HOSTNAMExxx:1527/db name with spaces;create=true