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 2011/08/17 18:15:52 UTC

svn commit: r1158799 - /james/mailbox/trunk/spring/src/main/resources/META-INF/persistence.xml

Author: eric
Date: Wed Aug 17 16:15:52 2011
New Revision: 1158799

URL: http://svn.apache.org/viewvc?rev=1158799&view=rev
Log:
Remove unneeded classes from the mailbox persistence.xml (MAILBOX-76)

Modified:
    james/mailbox/trunk/spring/src/main/resources/META-INF/persistence.xml

Modified: james/mailbox/trunk/spring/src/main/resources/META-INF/persistence.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/spring/src/main/resources/META-INF/persistence.xml?rev=1158799&r1=1158798&r2=1158799&view=diff
==============================================================================
--- james/mailbox/trunk/spring/src/main/resources/META-INF/persistence.xml (original)
+++ james/mailbox/trunk/spring/src/main/resources/META-INF/persistence.xml Wed Aug 17 16:15:52 2011
@@ -31,9 +31,6 @@
         <class>org.apache.james.mailbox.jpa.mail.model.openjpa.JPAEncryptedMessage</class>
         <class>org.apache.james.mailbox.jpa.mail.model.JPAProperty</class>
         <class>org.apache.james.mailbox.jpa.user.model.JPASubscription</class>
-        <class>org.apache.james.domainlist.jpa.model.JPADomain</class>
-        <class>org.apache.james.user.jpa.model.JPAUser</class>
-        <class>org.apache.james.rrt.jpa.model.JPARecipientRewrite</class>
         <properties>
             <property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema(ForeignKeys=true)"/>
             <property name="openjpa.jdbc.MappingDefaults" value="ForeignKeyDeleteAction=cascade, JoinForeignKeyDeleteAction=cascade"/>



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