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 11:00:47 UTC

camel git commit: clearly state camel-rx only run with SUN JVM in features.xml (cherry picked from commit dcbb9fe4a066bb93b64156778947480393e7f3ea) (cherry picked from commit 273b4756fbb38d390f614a0f795214bc0fe0a004)

Repository: camel
Updated Branches:
  refs/heads/camel-2.14.x 6aadc0d6e -> 5a4e3729b


clearly state camel-rx only run with SUN JVM in features.xml
(cherry picked from commit dcbb9fe4a066bb93b64156778947480393e7f3ea)
(cherry picked from commit 273b4756fbb38d390f614a0f795214bc0fe0a004)


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

Branch: refs/heads/camel-2.14.x
Commit: 5a4e3729b3fc698e850c0436f55bcc1a4ed54421
Parents: 6aadc0d
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:57:52 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/5a4e3729/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 9ff3c4b..de3268c 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1052,6 +1052,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:com.netflix.rxjava/rxjava-core/${rxjava-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-rx/${project.version}</bundle>