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 bt...@apache.org on 2017/04/19 01:10:01 UTC

[2/3] james-project git commit: JAMES-2002 Removing Mailbox classes from JPA SMTP persistence unit

JAMES-2002 Removing Mailbox classes from JPA SMTP persistence unit


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/272a72e3
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/272a72e3
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/272a72e3

Branch: refs/heads/master
Commit: 272a72e373ff72fb90da22c93be129345d88f172
Parents: 6fca729
Author: benwa <bt...@linagora.com>
Authored: Tue Apr 18 13:48:33 2017 +0700
Committer: benwa <bt...@linagora.com>
Committed: Wed Apr 19 08:08:57 2017 +0700

----------------------------------------------------------------------
 .../guice/jpa-smtp/src/main/resources/META-INF/persistence.xml     | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/272a72e3/server/container/guice/jpa-smtp/src/main/resources/META-INF/persistence.xml
----------------------------------------------------------------------
diff --git a/server/container/guice/jpa-smtp/src/main/resources/META-INF/persistence.xml b/server/container/guice/jpa-smtp/src/main/resources/META-INF/persistence.xml
index c2d612a..d82c703 100644
--- a/server/container/guice/jpa-smtp/src/main/resources/META-INF/persistence.xml
+++ b/server/container/guice/jpa-smtp/src/main/resources/META-INF/persistence.xml
@@ -24,8 +24,6 @@
     version="2.0">
 
     <persistence-unit name="Global" transaction-type="RESOURCE_LOCAL">
-        <class>org.apache.james.mailbox.jpa.mail.model.JPAUserFlag</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>


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