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 no...@apache.org on 2010/01/12 19:12:29 UTC

svn commit: r898449 - /james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml

Author: norman
Date: Tue Jan 12 18:12:28 2010
New Revision: 898449

URL: http://svn.apache.org/viewvc?rev=898449&view=rev
Log:
use OpenJPA implementation as IMAP default

Modified:
    james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml

Modified: james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml?rev=898449&r1=898448&r2=898449&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml Tue Jan 12 18:12:28 2010
@@ -339,14 +339,15 @@
 	 	<constructor-arg index="0" value="var/users"/>
 	 </bean>
 	 
+	<!--  use this for torque implementation -->
+	<!--  
 	 <bean id="mailboxmanager" class="org.apache.james.mailboxmanager.torque.DefaultMailboxManager">
          <constructor-arg index="0" ref="authenticator"/>
          <constructor-arg index="1" ref="subscriper"/>
          <property name="torqueConfig" value="file://conf/torque.properties" />
 	</bean>
-	
+	-->
 	<!--  Enable this for JPA implementation -->
-	<!--  
 	<bean id="mailboxmanager" class="org.apache.james.imap.jpa.openjpa.OpenJPAMailboxManager">
         <constructor-arg index="0" ref="authenticator"/>
         <constructor-arg index="1" ref="subscriper"/>
@@ -369,7 +370,6 @@
         <property name="database" value="DERBY"/>
         <property name="showSql" value="true"/>
     </bean>
-	-->
 	<!--
 		####################################################################
 	-->



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