You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2011/02/28 18:13:07 UTC

svn commit: r1075430 - /activemq/activemq-apollo/trunk/apollo-karaf-feature/src/main/resources/features.xml

Author: chirino
Date: Mon Feb 28 17:13:07 2011
New Revision: 1075430

URL: http://svn.apache.org/viewvc?rev=1075430&view=rev
Log:
comment out the bdb feature for now.. not working in osgi.

Modified:
    activemq/activemq-apollo/trunk/apollo-karaf-feature/src/main/resources/features.xml

Modified: activemq/activemq-apollo/trunk/apollo-karaf-feature/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-karaf-feature/src/main/resources/features.xml?rev=1075430&r1=1075429&r2=1075430&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-karaf-feature/src/main/resources/features.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-karaf-feature/src/main/resources/features.xml Mon Feb 28 17:13:07 2011
@@ -52,11 +52,16 @@
     <bundle>mvn:org.fusesource.jdbm/jdbm/${jdbm-version}</bundle>
   </feature>
   
+  <!-- BDB's object serialization does NOT use the context class loader
+       so it fails in a OSGi env.  Have to figure out how to load it as
+      a fragment. -->
+  <!--
   <feature name='apollo-bdb' version='${pom.version}'>
     <feature version='${pom.version}'>apollo</feature>
     <bundle>mvn:org.apache.activemq/apollo-bdb/${pom.version}</bundle>
     <bundle>wrap:mvn:com.sleepycat/je/${bdb-version}</bundle>
-  </feature>
+  </feature> 
+  -->
 
   <feature name='apollo-web' version='${pom.version}'>
     <feature version='${pom.version}'>apollo</feature>