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 2013/02/12 09:26:23 UTC

svn commit: r1445057 - in /camel/branches/camel-2.10.x: ./ platforms/karaf/features/src/main/resources/features.xml

Author: davsclaus
Date: Tue Feb 12 08:26:22 2013
New Revision: 1445057

URL: http://svn.apache.org/r1445057
Log:
Added note about hadoop not working properly in OSGi to the features info

Modified:
    camel/branches/camel-2.10.x/   (props changed)
    camel/branches/camel-2.10.x/platforms/karaf/features/src/main/resources/features.xml

Propchange: camel/branches/camel-2.10.x/
------------------------------------------------------------------------------
  Merged /camel/trunk:r1445055

Propchange: camel/branches/camel-2.10.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: camel/branches/camel-2.10.x/platforms/karaf/features/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/platforms/karaf/features/src/main/resources/features.xml?rev=1445057&r1=1445056&r2=1445057&view=diff
==============================================================================
--- camel/branches/camel-2.10.x/platforms/karaf/features/src/main/resources/features.xml (original)
+++ camel/branches/camel-2.10.x/platforms/karaf/features/src/main/resources/features.xml Tue Feb 12 08:26:22 2013
@@ -356,6 +356,8 @@
     <bundle>mvn:org.apache.camel/camel-hawtdb/${project.version}</bundle>
   </feature>
   <feature name='camel-hbase' version='${project.version}' resolver='(obr)' start-level='50'>
+        <!-- see https://issues.apache.org/jira/browse/HADOOP-7101 -->
+        <details>Hadoop does not currently work properly in OSGi environment.</details>
         <feature version='${project.version}'>camel-core</feature>
         <feature>war</feature>
         <bundle dependency='true'>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxws-api-2.2/${servicemix-specs-version}</bundle>
@@ -406,6 +408,8 @@
     <bundle dependency='true'>wrap:mvn:bsf/bsf/2.4.0</bundle>
   </feature>
   <feature name='camel-hdfs' version='${project.version}' resolver='(obr)' start-level='50'>
+    <!-- see https://issues.apache.org/jira/browse/HADOOP-7101 -->
+    <details>Hadoop does not currently work properly in OSGi environment.</details>
     <feature version='${project.version}'>camel-core</feature>
     <feature>war</feature>
     <bundle dependency='true'>mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/${geronimo-jta-spec-version}</bundle>