Repository: camel Updated Branches: refs/heads/camel-2.13.x 59166aa42 -> a42d6fa3a
clearly state camel-rx only run with SUN JVM in features.xml (cherry picked from commit dcbb9fe4a066bb93b64156778947480393e7f3ea) (cherry picked from commit 273b4756fbb38d390f614a0f795214bc0fe0a004) (cherry picked from commit 5a4e3729b3fc698e850c0436f55bcc1a4ed54421) Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a42d6fa3 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a42d6fa3 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a42d6fa3 Branch: refs/heads/camel-2.13.x Commit: a42d6fa3a13941050e80fcf746fb4dd3f12fb061 Parents: 59166aa Author: Freeman Fang <freeman.f...@gmail.com> Authored: Thu Mar 19 17:54:15 2015 +0800 Committer: Freeman Fang <freeman.f...@gmail.com> Committed: Thu Mar 19 18:01:51 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/a42d6fa3/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 fa543c2..0b3f3e2 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -901,6 +901,7 @@ <bundle dependency='true'>mvn:org.jruby/jruby-stdlib/${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>