Benoit Tellier created JAMES-3348:
-------------------------------------
Summary: Problems with sieve: missing persistant class declaration
Key: JAMES-3348
URL: https://issues.apache.org/jira/browse/JAMES-3348
Project: James Server
Issue Type: Improvement
Components: data, jpa
Reporter: Benoit Tellier
As reported by David in
https://www.mail-archive.com/[email protected]/msg67980.html
JPA products fails to load sieve related data:
{code:java}
14:31:44.887 [ERROR] o.a.j.t.m.j.d.SieveExecutor - Cannot evaluate Sieve script
for user <[email protected]>
org.apache.openjpa.persistence.ArgumentException: There is no query with the
name "findActiveByUsername" defined for any of the known persistent classes:
{code}
We are missing the following persistant class declarations:
{code:java}
<class>org.apache.james.sieve.jpa.model.JPASieveQuota</class>
<class>org.apache.james.sieve.jpa.model.JPASieveScript</class>
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]