You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/03/15 10:56:45 UTC

camel git commit: Fix installing camel-jbpm which requires a jre.properties fix.

Repository: camel
Updated Branches:
  refs/heads/master cf95dbfa2 -> c581e7131


Fix installing camel-jbpm which requires a jre.properties fix.


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

Branch: refs/heads/master
Commit: c581e713169ef01bb8bd4ab4b1a4d6d0612644ce
Parents: cf95dbf
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Mar 15 10:56:35 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Mar 15 10:56:35 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/c581e713/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 747f833..c480aae 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -783,7 +783,9 @@
     <bundle>mvn:org.apache.camel/camel-jaxb/${project.version}</bundle>
   </feature>
   <feature name='camel-jbpm' version='${project.version}' resolver='(obr)' start-level='50'>
+    <details>The camel-jbpm feature can only run on a SUN JVM. You need to add the package com.sun.tools.xjc to the java platform packages in the etc/jre.properties file.</details>
     <feature version='${project.version}'>camel-core</feature>
+    <feature>transaction</feature>
     <bundle dependency='true'>mvn:org.openengsb.wrapped/com.google.protobuf/2.4.1.w1</bundle>
     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.javax-inject/${javax-inject-bundle-version}</bundle>
     <bundle dependency='true'>mvn:org.codehaus.jackson/jackson-jaxrs/${jackson-version}</bundle>