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 "Benoit Tellier (Jira)" <se...@james.apache.org> on 2020/07/28 09:30:00 UTC

[jira] [Created] (JAMES-3348) Problems with sieve: missing persistant class declaration

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/server-dev@james.apache.org/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 <us...@test.local>
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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org