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: [email protected]
For additional commands, e-mail: [email protected]