Description
As reported by David in https://www.mail-archive.com/server-dev@james.apache.org/msg67980.html
JPA products fails to load sieve related data:
14:31:44.887 [ERROR] o.a.j.t.m.j.d.SieveExecutor - Cannot evaluate Sieve script for user <user01@test.local> org.apache.openjpa.persistence.ArgumentException: There is no query with the name "findActiveByUsername" defined for any of the known persistent classes:
We are missing the following persistant class declarations:
<class>org.apache.james.sieve.jpa.model.JPASieveQuota</class> <class>org.apache.james.sieve.jpa.model.JPASieveScript</class>