Aw: Re: TomEE with flexibe Db-Ressource

2018-10-22 Thread Ingo Mahnke
Thank you!!! > Gesendet: Montag, 22. Oktober 2018 um 10:35 Uhr > Von: "Romain Manni-Bucau" > An: dev@tomee.apache.org > Betreff: Re: TomEE with flexibe Db-Ressource > > Hi, > > yes, it will work. What we often do to keep the java side and not loose > u

Re: TomEE with flexibe Db-Ressource

2018-10-22 Thread Romain Manni-Bucau
Hi, yes, it will work. What we often do to keep the java side and not loose users in dev and prod env is to bridge system properties so you use: JdbcDriver org.mariadb.jdbc.Driver JdbcUrl ${quviondb.url} UserName x Password x JtaManaged true and for docker you do -e

TomEE with flexibe Db-Ressource

2018-10-22 Thread Ingo Mahnke
Hallo! We are using "apache-tomee-plus-1.7.4". In the file "conf/tomee.xml" I setup the database resource: JdbcDriver org.mariadb.jdbc.Driver JdbcUrl jdbc:mariadb://xx UserName x Password x JtaManaged true Everthing works fine. Now we switch to