Repository: camel Updated Branches: refs/heads/master 4b9f3a968 -> 13d1255ec
Update readme for karaf 4 style Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/13d1255e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/13d1255e Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/13d1255e Branch: refs/heads/master Commit: 13d1255ec54467093aefe4c18f19a50bb736da6b Parents: 4b9f3a9 Author: Claus Ibsen <davscl...@apache.org> Authored: Tue Jun 21 11:00:09 2016 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Tue Jun 21 11:00:09 2016 +0200 ---------------------------------------------------------------------- examples/camel-example-sql-blueprint/README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/13d1255e/examples/camel-example-sql-blueprint/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-sql-blueprint/README.md b/examples/camel-example-sql-blueprint/README.md index 6227eb0..b7aa857 100644 --- a/examples/camel-example-sql-blueprint/README.md +++ b/examples/camel-example-sql-blueprint/README.md @@ -33,23 +33,22 @@ You will need to compile this example first: To install Apache Camel in Karaf you type in the shell (we use version ${project.version}): - features:chooseurl camel ${project.version} - features:install camel + feature:repo-add camel ${project.version} + feature:install camel First you need to install the following features in Karaf/ServiceMix with: - features:install camel-blueprint - features:install camel-sql + feature:install camel-sql 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:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-dbcp/1.4_3 - osgi:install -s mvn:org.apache.derby/derby/10.10.1.1 + install -s mvn:commons-pool/commons-pool/1.6 + install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-dbcp/1.4_3 + 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-sql-blueprint/${project.version} + install -s mvn:org.apache.camel/camel-example-sql-blueprint/${project.version} And you can see the application running by tailing the logs