Arsnael commented on code in PR #1819:
URL: https://github.com/apache/james-project/pull/1819#discussion_r1407016803
##########
server/apps/postgres-app/src/main/resources/META-INF/persistence.xml:
##########
@@ -34,8 +34,7 @@
<class>org.apache.james.mailrepository.jpa.model.JPAUrl</class>
<class>org.apache.james.mailrepository.jpa.model.JPAMail</class>
<class>org.apache.james.rrt.jpa.model.JPARecipientRewrite</class>
- <class>org.apache.james.sieve.jpa.model.JPASieveQuota</class>
- <class>org.apache.james.sieve.jpa.model.JPASieveScript</class>
+ <class>org.apache.james.sieve.postgres.model.JPASieveScript</class>
Review Comment:
Suspecting that might cause your issue... I see in the code pom.xml that
james-server-guice-sieve-jpa module is still imported. Would not be surprised
of shenanigans here.
Try to switch this back to jpa package and test again to see maybe?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]