Re: Strange behavior with database jndi

2022-04-04 Thread Marco Ferretti
I will work on a small test case and try to share it asap. Thanks for replying Marco Ferretti | Senior Java Architect | Axiante (https://www.axiante.com) M +39 366 6186339 A Via Paracelso 16, 20864 Agrate Brianza (MB) On Apr 4 2022, at 12:47 pm, Jean-Louis Monteiro wrote: > Hi > > Can you

Re: Strange behavior with database jndi

2022-04-04 Thread Jean-Louis Monteiro
Hi Can you create a small GitHub project we could look at? Le lun. 4 avr. 2022 à 10:06, Marco Ferretti a écrit : > > Hi all, > I am trying to connect to two different apache derby schemas via jndi > lookup. In order to do this I have created two datasources as follows > (within tomee.xml): > >

Strange behavior with database jndi

2022-04-04 Thread Marco Ferretti
Hi all, I am trying to connect to two different apache derby schemas via jndi lookup. In order to do this I have created two datasources as follows (within tomee.xml): JdbcDriver org.apache.derby.jdbc.ClientDriver JdbcUrl jdbc:derby://database:1527/mui;create=false UserName user_A Password