quantranhong1999 commented on PR #1819: URL: https://github.com/apache/james-project/pull/1819#issuecomment-1828987428
> An error occurred while parsing the query filter "SELECT sieveScript FROM JamesSieveScript sieveScript WHERE sieveScript.username=:username". Error message: The name "JamesSieveScript" is not a recognized entity or identifier. Perhaps you meant JamesMailStore, which is a close match. Known entity names: [JamesMailStore, JamesDomain, JamesMailRepos, JamesRecipientRewrite] Hmm, I guess because somehow `org.apache.james.sieve.postgres.model.JPASieveScript` was not enhanced at build time, therefore OpenJPA does not accept it as an entity as well as create a table for it. Maybe I misconfigured this class somewhere, will try to find it. -- 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]
