[ http://issues.apache.org/jira/browse/DERBY-409?page=comments#action_12315958 ]
Daniel John Debrunner commented on DERBY-409: --------------------------------------------- Committed revision 219256. Excluded file testSecMec.java as it was only a change in spaces. Philip, it's just a little easier in the future if patch files are from the root of the tree, not a sub-directory. This allows committers to applie patches consistently, without having to figure out where the root is. Thanks for the patch., > ClientDataSource setConnectionAttributes("create=true") fails with "An > attempt was made to access a database, mydbcreate=true, which was not found." > ------------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: DERBY-409 > URL: http://issues.apache.org/jira/browse/DERBY-409 > Project: Derby > Type: Bug > Versions: 10.1.1.0, 10.2.0.0 > Reporter: Kathey Marsden > Assignee: Philip Wilder > Attachments: ConnectionAttributes.java, Derby409.patch > > ClientDataSource setConnectionAttributes("create=true") fails with "An > attempt was made to access a database, mydbcreate=true, which was not found." > The method does not seem to insert a semicolon before the attributes. > run attached repro to produce the error below > $java ConnectionAttributes > embedded setConnectionAttributes > client setConnectionAttributes > org.apache.derby.client.am.DisconnectException: The application server > rejected establishment of the connection. An attempt was made to access a > database, mydbcreate=true, which was not found. > at > org.apache.derby.client.net.NetConnectionReply.parseRDBNFNRM(NetConnectionReply.java) > at > org.apache.derby.client.net.NetConnectionReply.parseAccessRdbError(NetConnectionReply.java) > at > org.apache.derby.client.net.NetConnectionReply.parseACCRDBreply(NetConnectionReply.java) > at > org.apache.derby.client.net.NetConnectionReply.readAccessDatabase(NetConnectionReply.java) > at > org.apache.derby.client.net.NetConnection.readSecurityCheckAndAccessRdb(NetConnection.java) > at > org.apache.derby.client.net.NetConnection.flowSecurityCheckAndAccessRdb(NetConnection.java) > at > org.apache.derby.client.net.NetConnection.flowUSRIDPWDconnect(NetConnection.java) > at > org.apache.derby.client.net.NetConnection.flowConnect(NetConnection.java) > at > org.apache.derby.client.net.NetConnection.initialize(NetConnection.java) > at > org.apache.derby.client.net.NetConnection.<init>(NetConnection.java) > at > org.apache.derby.jdbc.ClientDataSource.getConnection(ClientDataSource.java) > at > org.apache.derby.jdbc.ClientDataSource.getConnection(ClientDataSource.java) > at ConnectionAttributes.main(ConnectionAttributes.java:28) > $ -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira