Re: [h2] numServers internal use and clientInfo problem

2016-10-28 Thread Noel Grandin
it's internal in the sense that you can't override it by setting it explicitly - that's a safety feature, to prevent people accidentally sticking their own property with the same name in and then getting confused when they get a different value back out. -- You received this message because you

Re: [h2] numServers internal use and clientInfo problem

2016-10-28 Thread Mert ÇALIŞKAN
ok thanks Noel, I have one question for clarification on this. Can you elaborate the case of having numServers defined as an internal property? If it's an internal property what's the reason behind setting it into client info? 28 Ekim 2016 Cuma 11:49:50 UTC+3 tarihinde Noel Grandin yazdı: > > I

Re: [h2] numServers internal use and clientInfo problem

2016-10-28 Thread Noel Grandin
I would be surprised if anyone else is using it. -- 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 h2-database+unsubscr...@googlegroups.com. To post to this group,

Re: [h2] numServers internal use and clientInfo problem

2016-10-28 Thread Mert ÇALIŞKAN
I can patch Payara. I can remove numServers from the clientInfo list and set to clientInfo's on JdbcConnection. But I don't know if you're the only db that uses that numServers property. 28 Ekim 2016 Cuma 09:59:03 UTC+3 tarihinde Noel Grandin yazdı: > > Unfortunately, you can pretty much either