You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rg...@apache.org on 2017/09/30 20:31:49 UTC

[3/4] qpid-broker-j git commit: QPID-7941 : [Java Broker] DerbyUtils MEMORY_STORE_LOCATION is incorrect

QPID-7941 : [Java Broker] DerbyUtils MEMORY_STORE_LOCATION is incorrect


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/69baf06b
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/69baf06b
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/69baf06b

Branch: refs/heads/master
Commit: 69baf06b410f37f730f6fde1ad4cc92d144da929
Parents: 03c3577
Author: rgodfrey <rg...@apache.org>
Authored: Sat Sep 30 22:25:09 2017 +0200
Committer: rgodfrey <rg...@apache.org>
Committed: Sat Sep 30 22:30:17 2017 +0200

----------------------------------------------------------------------
 .../main/java/org/apache/qpid/server/store/derby/DerbyUtils.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/69baf06b/broker-plugins/derby-store/src/main/java/org/apache/qpid/server/store/derby/DerbyUtils.java
----------------------------------------------------------------------
diff --git a/broker-plugins/derby-store/src/main/java/org/apache/qpid/server/store/derby/DerbyUtils.java b/broker-plugins/derby-store/src/main/java/org/apache/qpid/server/store/derby/DerbyUtils.java
index 4d856ed..9af478d 100644
--- a/broker-plugins/derby-store/src/main/java/org/apache/qpid/server/store/derby/DerbyUtils.java
+++ b/broker-plugins/derby-store/src/main/java/org/apache/qpid/server/store/derby/DerbyUtils.java
@@ -40,7 +40,7 @@ import org.apache.qpid.server.store.StoreException;
 
 public class DerbyUtils
 {
-    static final String MEMORY_STORE_LOCATION = ":memory:";
+    static final String MEMORY_STORE_LOCATION = "memory:";
     private static final String DERBY_SINGLE_DB_SHUTDOWN_CODE = "08006";
     private static final String SQL_DRIVER_NAME = "org.apache.derby.jdbc.EmbeddedDriver";
     private static final String TABLE_EXISTENCE_QUERY = "SELECT 1 FROM SYS.SYSTABLES WHERE TABLENAME = ?";


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org