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/04/30 15:55:31 UTC

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

Author: norman
Date: Fri Apr 30 13:55:30 2010
New Revision: 939679

URL: http://svn.apache.org/viewvc?rev=939679&view=rev
Log:
Match current imap

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=939679&r1=939678&r2=939679&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 Fri Apr 30 13:55:30 2010
@@ -322,17 +322,14 @@
     -->
 
     <!-- JPA implementation of IMAP Storage-->
-    <bean id ="mailboxSessionEntityManagerFactory" class="org.apache.james.imap.jpa.MailboxSessionEntityManagerFactory">
-        <constructor-arg index="0" ref="entityManagerFactory"/>
-    </bean>
     <bean id ="subscriper" class="org.apache.james.imap.jpa.JPASubscriptionManager">
-        <constructor-arg index="0" ref="mailboxSessionEntityManagerFactory"/>
+        <constructor-arg index="0" ref="entityManagerFactory"/>
     </bean>
 
     <bean id="mailboxmanager" class="org.apache.james.imap.jpa.openjpa.OpenJPAMailboxManager">
         <constructor-arg index="0" ref="authenticator"/>
         <constructor-arg index="1" ref="subscriper"/>
-        <constructor-arg index="2" ref="mailboxSessionEntityManagerFactory"/>
+        <constructor-arg index="2" ref="entityManagerFactory"/>
         <constructor-arg index="3" value="${openjpa.streaming}"/>
     </bean>
 



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