Re: PAX-JDBC password encryption handling

2018-03-07 Thread Matthew Zipay
Hi Ashish, I am encrypting the passwords in my datasource cfg's successfully. To accomplish this, I have a simple blueprint XML that I drop into servicemix/deploy which declares the Jasypt string encryptor, then in my datasource cfg's I use the conventional ENC(...) syntax. Works perfectly. I

Pax JDBC data sources are missing and never get resolved in a Karaf active/active configuration

2018-03-07 Thread Matthew Zipay
I really like the approach that Pax JDBC introduced for managing data sources, but I am running into an issue that may require me to abandon it if I can't get it resolved. My setup is as follows: ServiceMix 7.0.1 (Karaf 4.0.9) running on two nodes, clustered with Cellar (active/active). ActiveM

Re: Pax JDBC data sources are missing and never get resolved in a Karaf active/active configuration

2018-03-07 Thread Christian Schneider
I am not experienced with cellar but generally I would expect that in an active/active setup both machines start the same services. So first thing to check is if the pax-jdbc features and bundles are active on the second node. If they are active you can check the log to see if pax-jdbc reports tha

Re: Pax JDBC data sources are missing and never get resolved in a Karaf active/active configuration

2018-03-07 Thread Jean-Baptiste Onofré
Hi, Cellar syncs the bundles and config on the cluster. By default, it doesn't sync "local" config (basically the etc/*.cfg files). To do so, you have to enable the local listener in etc/org.apache.karaf.cellar.groups.cfg. Else, you have to use cluster:config-property-set to create the config on