Author: norman
Date: Mon Jan 11 15:00:02 2010
New Revision: 897889

URL: http://svn.apache.org/viewvc?rev=897889&view=rev
Log:
upgrade imap-jpa to latest version which seems to work now without bugs

Modified:
    james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml
    
james/server/trunk/stage/org.apache.james/jars/apache-james-imap-jpa-0.1-SNAPSHOT.jar

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=897889&r1=897888&r2=897889&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 
Mon Jan 11 15:00:02 2010
@@ -347,7 +347,7 @@
        
        <!--  Enable this for JPA implementation -->
        <!--  
-       <bean id="mailboxmanager" 
class="org.apache.james.imap.jpa.JPAMailboxManager">
+       <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="entityManagerFactory"/>
@@ -369,11 +369,6 @@
         <property name="database" value="DERBY"/>
         <property name="showSql" value="true"/>
     </bean>
-
-    <bean id="transactionManager" 
class="org.springframework.orm.jpa.JpaTransactionManager">
-       <property name="entityManagerFactory" ref="entityManagerFactory"/>
-       <property name="dataSource" ref="dataSource"/>
-    </bean>
        -->
        <!--
                
####################################################################

Modified: 
james/server/trunk/stage/org.apache.james/jars/apache-james-imap-jpa-0.1-SNAPSHOT.jar
URL: 
http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/jars/apache-james-imap-jpa-0.1-SNAPSHOT.jar?rev=897889&r1=897888&r2=897889&view=diff
==============================================================================
Binary files - no diff available.



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to