You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2016/08/22 09:30:09 UTC

[11/50] [abbrv] karaf git commit: Fix create command for derby ds

Fix create command for derby ds


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/4b6f5ed2
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/4b6f5ed2
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/4b6f5ed2

Branch: refs/heads/master
Commit: 4b6f5ed2492f788838e84f7642d6fdb5ef56fc17
Parents: 42b431a
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Wed Jul 20 15:28:01 2016 +0200
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Mon Aug 22 11:29:19 2016 +0200

----------------------------------------------------------------------
 manual/src/main/asciidoc/user-guide/jdbc.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/4b6f5ed2/manual/src/main/asciidoc/user-guide/jdbc.adoc
----------------------------------------------------------------------
diff --git a/manual/src/main/asciidoc/user-guide/jdbc.adoc b/manual/src/main/asciidoc/user-guide/jdbc.adoc
index 083c852..8324b33 100644
--- a/manual/src/main/asciidoc/user-guide/jdbc.adoc
+++ b/manual/src/main/asciidoc/user-guide/jdbc.adoc
@@ -92,7 +92,7 @@ OPTIONS
 For instance, to create an embedded Apache Derby database in Apache Karaf, you can do:
 
 ----
-karaf@root()> jdbc:ds-create -dn derby -dbName test -url jdbc:derby:test test
+karaf@root()> jdbc:ds-create -dn derby -url "jdbc:derby:test;create=true" test
 ----
 
 We can see that this command created a configuration PID containing the datasource properties.