Author: berndf
Date: Fri Mar 12 22:25:16 2010
New Revision: 922439

URL: http://svn.apache.org/viewvc?rev=922439&view=rev
Log:
make in-memory storage the default, since JCR has a severe issue (VYSPER-73)

Modified:
    mina/sandbox/vysper/trunk/server/core/src/main/config/spring-config.xml

Modified: 
mina/sandbox/vysper/trunk/server/core/src/main/config/spring-config.xml
URL: 
http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk/server/core/src/main/config/spring-config.xml?rev=922439&r1=922438&r2=922439&view=diff
==============================================================================
--- mina/sandbox/vysper/trunk/server/core/src/main/config/spring-config.xml 
(original)
+++ mina/sandbox/vysper/trunk/server/core/src/main/config/spring-config.xml Fri 
Mar 12 22:25:16 2010
@@ -47,7 +47,7 @@
     <bean id="jcrStorageRegistry" 
class="org.apache.vysper.storage.jcr.JcrStorageProviderRegistry" />
 
     <!-- choose one of the storage registries -->
-    <alias name="jcrStorageRegistry" alias="storageRegistry" />
+    <alias name="inmemoryStorageRegistry" alias="storageRegistry" />
     
     <bean id="internalOutboundRelay" 
class="org.apache.vysper.xmpp.delivery.inbound.DeliveringInboundStanzaRelay" >
         <constructor-arg ref="domain" />


Reply via email to