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

camel git commit: clearly state camel-rx only run with SUN JVM in features.xml

Repository: camel
Updated Branches:
  refs/heads/master 057d74cd5 -> dcbb9fe4a


clearly state camel-rx only run with SUN JVM in features.xml


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

Branch: refs/heads/master
Commit: dcbb9fe4a066bb93b64156778947480393e7f3ea
Parents: 057d74c
Author: Freeman Fang <fr...@gmail.com>
Authored: Thu Mar 19 17:54:15 2015 +0800
Committer: Freeman Fang <fr...@gmail.com>
Committed: Thu Mar 19 17:54:15 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/camel/blob/dcbb9fe4/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 9723820..6ce2053 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1169,6 +1169,7 @@
     <bundle dependency='true'>mvn:org.jruby/jruby-complete/${jruby-version}</bundle>
   </feature>
   <feature name='camel-rx' version='${project.version}' start-level='50'>
+    <details>The camel-rx 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>
     <feature version='${project.version}'>camel-core</feature>
     <bundle>mvn:io.reactivex/rxjava/${rxjava-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-rx/${project.version}</bundle>