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 no...@apache.org on 2010/09/12 19:05:19 UTC

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

Author: norman
Date: Sun Sep 12 17:05:19 2010
New Revision: 996341

URL: http://svn.apache.org/viewvc?rev=996341&view=rev
Log:
Fix package name of JPAVirtualUser

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=996341&r1=996340&r2=996341&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 Sun Sep 12 17:05:19 2010
@@ -34,7 +34,7 @@
         <class>org.apache.james.domain.model.JPADomain</class>
 
         <!-- VirtualUser -->
-        <class>org.apache.james.vut.model.model.JPAVirtualUser</class>
+        <class>org.apache.james.vut.model.JPAVirtualUser</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