Updated Branches: refs/heads/master 858453c35 -> aaf56830c
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/aaf56830 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/aaf56830 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/aaf56830 Branch: refs/heads/master Commit: aaf56830c70d6d76e411d0dc37b27c8e5fb35e30 Parents: 858453c 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 08:59:51 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/aaf56830/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/aaf56830/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 37691d8..61701a9 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -305,7 +305,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>