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 ad...@apache.org on 2016/11/10 07:34:30 UTC

[02/10] james-project git commit: JAMES-1849 JPA mailbox annotations should be added to deployed James

JAMES-1849 JPA mailbox annotations should be added to deployed James


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

Branch: refs/heads/master
Commit: a746736a278dbec3820bce1fca4bcd143ae62ba2
Parents: 7b0d318
Author: Benoit Tellier <bt...@linagora.com>
Authored: Wed Nov 9 05:37:33 2016 +0100
Committer: Benoit Tellier <bt...@linagora.com>
Committed: Wed Nov 9 05:37:33 2016 +0100

----------------------------------------------------------------------
 dockerfiles/run/spring/destination/conf/META-INF/persistence.xml | 1 +
 server/app/src/main/resources/META-INF/persistence.xml           | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/a746736a/dockerfiles/run/spring/destination/conf/META-INF/persistence.xml
----------------------------------------------------------------------
diff --git a/dockerfiles/run/spring/destination/conf/META-INF/persistence.xml b/dockerfiles/run/spring/destination/conf/META-INF/persistence.xml
index 18ff105..33a9d6a 100644
--- a/dockerfiles/run/spring/destination/conf/META-INF/persistence.xml
+++ b/dockerfiles/run/spring/destination/conf/META-INF/persistence.xml
@@ -30,6 +30,7 @@
         <class>org.apache.james.mailbox.jpa.mail.model.openjpa.AbstractJPAMailboxMessage</class>
         <class>org.apache.james.mailbox.jpa.mail.model.openjpa.JPAMailboxMessage</class>
         <class>org.apache.james.mailbox.jpa.mail.model.JPAProperty</class>
+        <class>org.apache.james.mailbox.jpa.mail.model.JPAMailboxAnnotation</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>

http://git-wip-us.apache.org/repos/asf/james-project/blob/a746736a/server/app/src/main/resources/META-INF/persistence.xml
----------------------------------------------------------------------
diff --git a/server/app/src/main/resources/META-INF/persistence.xml b/server/app/src/main/resources/META-INF/persistence.xml
index 9b0ae68..2ccb6fa 100644
--- a/server/app/src/main/resources/META-INF/persistence.xml
+++ b/server/app/src/main/resources/META-INF/persistence.xml
@@ -30,6 +30,7 @@
         <class>org.apache.james.mailbox.jpa.mail.model.openjpa.AbstractJPAMailboxMessage</class>
         <class>org.apache.james.mailbox.jpa.mail.model.openjpa.JPAMailboxMessage</class>
         <class>org.apache.james.mailbox.jpa.mail.model.JPAProperty</class>
+        <class>org.apache.james.mailbox.jpa.mail.model.JPAMailboxAnnotation</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>


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