You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2015/03/10 10:34:59 UTC

camel git commit: documented the dependency to libsnappyjava.dylib for the camel-infinispan features

Repository: camel
Updated Branches:
  refs/heads/master 6a75adf57 -> 9532383bf


documented the dependency to libsnappyjava.dylib for the camel-infinispan features


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

Branch: refs/heads/master
Commit: 9532383bf1a9019ba47e725b4b047399bab6753d
Parents: 6a75adf
Author: Christian Mueller <cm...@apache.org>
Authored: Tue Mar 10 10:34:46 2015 +0100
Committer: Christian Mueller <cm...@apache.org>
Committed: Tue Mar 10 10:34:46 2015 +0100

----------------------------------------------------------------------
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/9532383b/platforms/karaf/features/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 5f94ce9..7ca8560 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -697,7 +697,7 @@
     <bundle>mvn:org.apache.camel/camel-ical/${project.version}</bundle>
   </feature>
   <feature name='camel-infinispan' version='${project.version}' resolver='(obr)' start-level='50'>
-    <details>The camel-infinispan feature can only run on a SUN JVM. You need to add the package sun.misc to the java platform packages in the etc/jre.properties file. </details>
+    <details>The camel-infinispan feature can only run on a SUN JVM. You need to add the package sun.misc to the java platform packages in the etc/jre.properties file. It also needs libsnappyjava.dylib in java.library.path</details>
   	<feature>transaction</feature>
     <bundle dependency='true'>mvn:org.infinispan/infinispan-core/${infinispan-version}</bundle>
     <bundle dependency='true'>mvn:org.infinispan/infinispan-commons/${infinispan-version}</bundle>