Author: eric
Date: Fri Sep 10 04:47:53 2010
New Revision: 995665
URL: http://svn.apache.org/viewvc?rev=995665&view=rev
Log:
EntityManagerFactory is injected via @PersistenceUnit (JAMES-1037)
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=995665&r1=995664&r2=995665&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 Sep 10 04:47:53 2010
@@ -269,9 +269,7 @@
<!-- JPA implementation of the domainlist service -->
<!--
- <bean id="domainlist" class="org.apache.james.domain.JPADomainList">
- <property name="entityManagerFactory" ref="entityManagerFactory" />
- </bean>
+ <bean id="domainlist" class="org.apache.james.domain.JPADomainList"/>
-->
<!-- JDBC implementation of the domainlist service - deprecated, use the
JPADomainList -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]