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:34:00 UTC

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

    [ https://issues.apache.org/jira/browse/JAMES-3348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17166297#comment-17166297 ] 

Benoit Tellier commented on JAMES-3348:
---------------------------------------

https://github.com/apache/james-project/pull/242 proposes a fix.

> 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
>            Priority: Major
>
> 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