You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2011/10/08 17:55:58 UTC

svn commit: r1180395 - /james/app/trunk/src/main/config/james/META-INF/org/apache/james/spring-mailbox-hbase.xml

Author: eric
Date: Sat Oct  8 15:55:57 2011
New Revision: 1180395

URL: http://svn.apache.org/viewvc?rev=1180395&view=rev
Log:
Ensure there is no impact on app in case of absence of hbase cluster (MAILBOX-133)

Modified:
    james/app/trunk/src/main/config/james/META-INF/org/apache/james/spring-mailbox-hbase.xml

Modified: james/app/trunk/src/main/config/james/META-INF/org/apache/james/spring-mailbox-hbase.xml
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/config/james/META-INF/org/apache/james/spring-mailbox-hbase.xml?rev=1180395&r1=1180394&r2=1180395&view=diff
==============================================================================
--- james/app/trunk/src/main/config/james/META-INF/org/apache/james/spring-mailbox-hbase.xml (original)
+++ james/app/trunk/src/main/config/james/META-INF/org/apache/james/spring-mailbox-hbase.xml Sat Oct  8 15:55:57 2011
@@ -25,12 +25,14 @@
 
     <!-- 
       Mailbox HBase
+      Uncomment the definitions if you are using a real hbase cluster.
      -->
      
     <!-- 
         This is the link to the HBase Cluster. You need to place a valid hbase 
         config file on the classpath that will be picked up by HBaseConfiguration.create().
     -->
+    <!-- 
     <bean id="hbase-conf" class="org.apache.hadoop.hbase.HBaseConfiguration" factory-method="create" />
 
     <bean id="hbase-mailboxmanager" class="org.apache.james.mailbox.hbase.HBaseMailboxManager" init-method="init">
@@ -52,5 +54,5 @@
     </bean>
     
     <alias name="jvm-locker" alias="hbase-locker"/>
-
+    -->
 </beans>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org