Updated Branches:
  refs/heads/camel-2.12.x f2bb4a1f8 -> d3a34bfce

Upgraded MyBatis and fixed readme in example.


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

Branch: refs/heads/camel-2.12.x
Commit: d3a34bfceb1bf6783f1fa0ea6ca660d964b0b14a
Parents: f2bb4a1
Author: Claus Ibsen <davscl...@apache.org>
Authored: Fri Jan 17 08:59:51 2014 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Fri Jan 17 09:01:41 2014 +0100

----------------------------------------------------------------------
 examples/camel-example-mybatis/README.txt | 6 ++++++
 parent/pom.xml                            | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/d3a34bfc/examples/camel-example-mybatis/README.txt
----------------------------------------------------------------------
diff --git a/examples/camel-example-mybatis/README.txt 
b/examples/camel-example-mybatis/README.txt
index a0a3c62..a19f378 100644
--- a/examples/camel-example-mybatis/README.txt
+++ b/examples/camel-example-mybatis/README.txt
@@ -24,6 +24,12 @@ First you need to install the following features in 
Karaf/ServiceMix with:
 
   features:install camel-mybatis
 
+Then you need to install JDBC connection pool and the Derby Database:
+
+  osgi:install -s mvn:commons-pool/commons-pool/1.6
+  osgi:install -s mvn:commons-dbcp/commons-dbcp/1.4
+  osgi:install -s mvn:org.apache.derby/derby/10.10.1.1
+
 Then you can install the Camel example:
 
   osgi:install -s mvn:org.apache.camel/camel-example-mybatis/2.12.0

http://git-wip-us.apache.org/repos/asf/camel/blob/d3a34bfc/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index b75efca..c56088e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -299,7 +299,7 @@
     <mustache-java-version>0.8.13</mustache-java-version>
     <mustache-bundle-version>0.8.13_1/</mustache-bundle-version>
     <mvel-version>2.1.7.Final</mvel-version>
-    <mybatis-version>3.2.2</mybatis-version>
+    <mybatis-version>3.2.4</mybatis-version>
     <neethi-bundle-version>3.0.1</neethi-bundle-version>
     <netty3-version>3.8.0.Final</netty3-version>
     <netty-version>4.0.8.Final</netty-version>

Reply via email to