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 er...@apache.org on 2010/10/21 10:42:33 UTC

svn commit: r1025886 - /james/server/trunk/spring-deployment/src/main/config/james/META-INF/persistence.xml

Author: eric
Date: Thu Oct 21 08:42:33 2010
New Revision: 1025886

URL: http://svn.apache.org/viewvc?rev=1025886&view=rev
Log:
Update domainlist jpa entity (JAMES1074)

Modified:
    james/server/trunk/spring-deployment/src/main/config/james/META-INF/persistence.xml

Modified: james/server/trunk/spring-deployment/src/main/config/james/META-INF/persistence.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/META-INF/persistence.xml?rev=1025886&r1=1025885&r2=1025886&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/META-INF/persistence.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/META-INF/persistence.xml Thu Oct 21 08:42:33 2010
@@ -44,12 +44,12 @@
         <class>org.apache.james.mailbox.jpa.mail.model.JPAProperty</class>
         <class>org.apache.james.mailbox.jpa.user.model.JPASubscription</class>
 
+        <!-- DomainList -->
+        <class>org.apache.james.domainlist.jpa.model.JPADomain</class>
+
         <!-- UsersRepository -->
         <class>org.apache.james.userrepository.model.JPAUser</class>
 
-        <!-- DomainList -->
-        <class>org.apache.james.domainlist.model.JPADomain</class>
-
         <!-- VirtualUser -->
         <class>org.apache.james.vut.model.JPAVirtualUser</class>
 



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