Thanks, changing the user in the JdbcDataSource definition solved the problem. My tests are now running.
With regards, Knut On Wed, Oct 25, 2023 at 3:10 PM Noel Grandin <[email protected]> wrote: > > I think it's because you are using a username of "PUBLIC", which conflicts > with something we have changed (not sure what). > > "PUBLIC" is the name of the default schema and the default role, so it is no > surprise that it conflicts. > > Probably we should be throwing a better error message in that case. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/CAGoHhQ-dRshFNWqh8sJmaAEe_GS0B6j_njP2aQT152hM%2B2BMfw%40mail.gmail.com.
