quantranhong1999 commented on PR #1819: URL: https://github.com/apache/james-project/pull/1819#issuecomment-1828973339
> <openjpa-3.2.0-r6f721f6 nonfatal user error> org.apache.openjpa.persistence.ArgumentException: This configuration disallows runtime optimization, but the following listed types were not enhanced at build time or at class load time with a javaagent: " org.apache.james.sieve.postgres.model.JPASieveScript". Before I had some issue running JPA test when I changed some JPA code. Rebuild the code should help the test runs normally, or add the following JVM property to run configuration: `-Dopenjpa.RuntimeUnenhancedClasses=supported`. But now even after rebuild and on the CI, the JPA tests still can not run normally. Will need investigate on this... -- 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]
