Re: Bind Datasource to specific jndi name

2019-06-21 Thread Kalyan
I really appreciate that. The problem i have is I created the datasource as p.put("DS_DB", "new://Resource?type=javax.sql.DataSource"); p.put("DS_DB.JdbcDriver", "oracle.jdbc.OracleDriver"); p.put("DS_DB.JdbcUrl", "jdbc:oracle:thin:@xx:1521/rwdb");

TomEE 7.0.6 and 7.1.1 releases

2019-06-21 Thread Jonathan Gallimore
Hi All, I'm pleased to announce that new releases of TomEE - versions 7.0.6 and 7.1.1 - are now available. These are maintenance releases of the 7.0.x and 7.1.x branches respectively. The JIRAs for each release are here: 7.0.6:

Re: Bind Datasource to specific jndi name

2019-06-21 Thread Jean-Louis Monteiro
I would need to find how to but as far as I remember you can add other names. I'll see if I can find how during the flight Le jeu. 20 juin 2019 à 18:43, Kalyan a écrit : > Hello, > I am also having the exact same issue. > Did you find the solution for this ?? > > Could you please post what's