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 <[email protected]> Authored: Wed Nov 9 05:37:33 2016 +0100 Committer: Benoit Tellier <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
