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/06/19 19:53:56 UTC

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

Author: eric
Date: Sat Jun 19 17:53:55 2010
New Revision: 956258

URL: http://svn.apache.org/viewvc?rev=956258&view=rev
Log:
Use org.apache.james.userrepository.JPAUser further to jpa-store move to user-library.

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=956258&r1=956257&r2=956258&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 Sat Jun 19 17:53:55 2010
@@ -28,7 +28,7 @@
         <class>org.apache.james.imap.jpa.user.model.JPASubscription</class>
 
         <!-- UsersRepository -->
-        <class>org.apache.james.server.jpa.JPAUser</class>
+        <class>org.apache.james.userrepository.JPAUser</class>
 
         <properties>
             <!--  create tables on startup -->



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