[jira] [Commented] (JAMES-3657) WebAdmin: refactor entity validation upon creation

2021-10-03 Thread Benoit Tellier (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17423764#comment-17423764 ] Benoit Tellier commented on JAMES-3657: --- Tung proposed to have this logic pushed to the repository

Re: MySQL/MariaDB driver jar location?

2021-10-03 Thread Jerry Malcolm
On 10/3/2021 11:36 PM, Jerry Malcolm wrote: On 10/3/2021 11:14 PM, btell...@apache.org wrote: Hello, Extra driver needs to be explicitly added to the classpath. java -Djdk.tls.ephemeralDHKeySize=2048 \   -classpath 'james-server-jpa-app.lib/*:/path/to/driver.jar' \  

Re: MySQL/MariaDB driver jar location?

2021-10-03 Thread Jerry Malcolm
On 10/3/2021 11:14 PM, btell...@apache.org wrote: Hello, Extra driver needs to be explicitly added to the classpath. java -Djdk.tls.ephemeralDHKeySize=2048 \   -classpath 'james-server-jpa-app.lib/*:/path/to/driver.jar' \   -javaagent:/root/libs/openjpa-3.1.2.jar \  

Re: Spring --> Guice Migration

2021-10-03 Thread Jerry Malcolm
On 10/3/2021 10:02 PM, Tung Tran Van wrote: Hello,   I believe that is a new name for jpa-guice, correct? Correct, You can see this commit: https://github.com/apache/james-project/pull/487/commits/84dde0c0c4343c2149c3fd6a6664b75a1ac0d082 There is no longer a run.sh, wrapper, etc. The

Re: Spring --> Guice Migration

2021-10-03 Thread Jerry Malcolm
On 10/3/2021 10:08 PM, btell...@apache.org wrote: Hi Jerry, On 04/10/2021 10:02, Tung Tran Van wrote: Hello,   I believe that is a new name for jpa-guice, correct? Correct, You can see this commit:

Re: MySQL/MariaDB driver jar location?

2021-10-03 Thread btell...@apache.org
Hello, Extra driver needs to be explicitly added to the classpath. java -Djdk.tls.ephemeralDHKeySize=2048 \ -classpath 'james-server-jpa-app.lib/*:/path/to/driver.jar' \ -javaagent:/root/libs/openjpa-3.1.2.jar \ -Dlogback.configurationFile=/root/conf/logback.xml \  

MySQL/MariaDB driver jar location?

2021-10-03 Thread Jerry Malcolm
I have a different issue in my migration from spring to jpa-guice.  I absolutely cannot get james/java to locate my jdbc driver.  I copied a working driver from my spring server and the associated james-database.properties to my jpa-guice server.  I played around with classpaths and ended up

Re: Spring --> Guice Migration

2021-10-03 Thread btell...@apache.org
Hi Jerry, On 04/10/2021 10:02, Tung Tran Van wrote: > Hello, > >> I believe that is a new name for jpa-guice, correct? > Correct, You can see this commit: > https://github.com/apache/james-project/pull/487/commits/84dde0c0c4343c2149c3fd6a6664b75a1ac0d082 > >> There is no longer a run.sh,

Re: Spring --> Guice Migration

2021-10-03 Thread Tung Tran Van
Hello, > I believe that is a new name for jpa-guice, correct? Correct, You can see this commit: https://github.com/apache/james-project/pull/487/commits/84dde0c0c4343c2149c3fd6a6664b75a1ac0d082 > There is no longer a run.sh, wrapper, etc. The classpath embedded in the jar specified by the

[jira] [Commented] (JAMES-3653) Problem in custom Mailet release

2021-10-03 Thread Benoit Tellier (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17423753#comment-17423753 ] Benoit Tellier commented on JAMES-3653: --- Hello, In my opinion the Apache James PMC is not able to

[jira] [Commented] (JAMES-3653) Problem in custom Mailet release

2021-10-03 Thread Amruta Jaikar (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17423752#comment-17423752 ] Amruta Jaikar commented on JAMES-3653: -- What about the below question: Regarding logs, we were

[jira] [Commented] (JAMES-3653) Problem in custom Mailet release

2021-10-03 Thread Benoit Tellier (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17423750#comment-17423750 ] Benoit Tellier commented on JAMES-3653: ---

Re: [jira] [Commented] (JAMES-3653) Problem in custom Mailet release

2021-10-03 Thread btell...@apache.org
Any help regarding this 2.3 James user? Regards. Benoit On 04/10/2021 09:08, Amruta Jaikar (Jira) wrote: > [ > https://issues.apache.org/jira/browse/JAMES-3653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17423747#comment-17423747 > ] > > Amruta Jaikar commented

[jira] [Commented] (JAMES-3653) Problem in custom Mailet release

2021-10-03 Thread Amruta Jaikar (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17423747#comment-17423747 ] Amruta Jaikar commented on JAMES-3653: -- Any updates on my question in the previous comment? >

Spring --> Guice Migration

2021-10-03 Thread Jerry Malcolm
I've been on the spring builds for many years.  I'm starting to migrate to the latest James technologies.  But I'm going to do it in small steps.  First step is to move to Guice from spring.  When I'm comfortable with that I'll start looking into taking the plunge to Cassandra. I'm building