Re: Using Docker Secrets in Karaf Configuration

2020-05-26 Thread Jean-Baptiste Onofre
Hi Alex, That’s a good idea about file. Can you please create a Jira about that ? Regards JB > Le 26 mai 2020 à 19:57, Alex Soto a écrit : > > Thank you Mike, > > Still finding this too complex and less secure solution to an arguably common > problem (at least when using Docker).

Re: Using Docker Secrets in Karaf Configuration

2020-05-26 Thread Alex Soto
Thank you Mike, Still finding this too complex and less secure solution to an arguably common problem (at least when using Docker). Currently, I can have the following in a configuration file: org.ops4j.pax.web.ssl.password=${env:MYPASSWORD} And, as the documentation states: >

Re: Setting the Initial Size of a JDBC Pool

2020-05-26 Thread Paul Spencer
Fabricio, I just found an answer in Karaf 4.2.8. Setting pool.timeBetweenEvictionRunsMillis will cause pool.minIdle to be honored. *** * etc/etc/org.ops4j.datasource-xxx.cfg *** pool.timeBetweenEvictionRunsMillis=5000 pool.minIdle=3 Paul Spencer > On Jan 13, 2020, at 9:11 AM, Fabricio

Re: CXF 3.3.6 Web-socket on Karaf 4.2.8

2020-05-26 Thread Jean-Baptiste Onofre
Hi Maurice, Do you still have the log when it failed ? Regards JB > Le 26 mai 2020 à 08:44, Maurice Betzel a écrit : > > I wanted to put this issue on the mailing list of CXF this morning and after > booting my dev computer and trying to reproduce the error, the websocket > example is

Re: CXF 3.3.6 Web-socket on Karaf 4.2.8

2020-05-26 Thread Maurice Betzel
I wanted to put this issue on the mailing list of CXF this morning and after booting my dev computer and trying to reproduce the error, the websocket example is suddenly working. This is frustrating and i will try to see if i can get it to fail again and why. - if ( you want ) { you can }