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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to