[h2] Version 2.2.222 still not available in the Maven repository

2023-09-01 Thread Manfred Rosenboom
Hi Andrei, As far as I got it, the version 2.2.222 is an important patch to version 2.2.220, but it is still not available in the Maven repository. So please add this version to the repository. Best and many thanks in advance Manfred Andrei Tokar schrieb am Mittwoch, 23. August 2023 um

[h2] Re: jndi.properties examples?

2017-12-05 Thread Manfred Rosenboom
Hi Patrick, in which context you want to use JNDI? This works properly only in the context of an application server (Tomcat, WildFly, WebLogic, GlassFish, ...). Otherwise you have to code your own JNDI container. Best, Manfred Am Dienstag, 5. Dezember 2017 05:31:12 UTC+1 schrieb Patrick H: >

[h2] Re: h2 process dies frequently on redhat

2017-03-23 Thread Manfred Rosenboom
If you want to run a JVM as server process you must use the -Xrs option -- 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.

[h2] Re: connecting to h2 from non-java languages

2017-02-24 Thread Manfred Rosenboom
Maybe this project is what you are looking for https://github.com/bjornharrtell/jdbc-http-server Best, Manfred -- 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] Re: SSL error

2016-06-01 Thread Manfred Rosenboom
The current Java SE 8 versions work again with 1.4.192. As far as I know there is no (or not yet) correction for the 1.3.x line available Best Manfred -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop

[h2] Re: SSLHandshakeException after upgrade from jdk1.8.0_45 to jdk1.8.0_52

2015-11-20 Thread Manfred Rosenboom
Hi Jessarah, I have the same problem. See my post H2 TCP server and SSL: how to use it? https://groups.google.com/forum/#!topic/h2-database/GE4Y9KUDBkA I have tried it first time with Java 8 Update 60 and 66. With the last Java 6/7 versions it runs without any problems. Seems that some of the

[h2] Re: WebServlet container authentication

2015-11-12 Thread Manfred Rosenboom
Hi Lukas Tomcat offer this feature out of the box. Have a look at http://tomcat.apache.org/tomcat-8.0-doc/realm-howto.html#JDBCRealm Other servers should offer similar solutions but this is, as Steve already have mentioned, an off-topic question for a database group. Best Manfred Am

Re: [h2] H2 TCP server and SSL: how to use it?

2015-10-29 Thread Manfred Rosenboom
Sorry for the late answer. I have just tested it in Java 7 and it works as desired. My environment is set to Java 8 by default and you get the above mentioned error. Best Manfred Am Freitag, 16. Oktober 2015 16:31:25 UTC+2 schrieb Thomas Mueller: > > Hi, > > It works for me with Java 1.6 and

[h2] H2 TCP server and SSL: how to use it?

2015-10-14 Thread Manfred Rosenboom
Hi, I want to use my H2 TCP database server with SSL. Basically I start my server with the following command java -server -classpath ./h2-1.4.190.jar -Dh2.enableAnonymousTLS=true org.h2.tools.Server -tcp -tcpSSL -tcpAllowOthers -tcpPort 28001 -tcpPassword secret and get the following start

Can't compile new version 1.3.170 from scratch

2012-11-30 Thread Manfred Rosenboom
Hi Thomas, I have just downloaded the current version and have tried (as always) to compile the new version in my H2 Eclipse project. Works usually without any problem. But with the new 1.3.170 version I get the following compile errors: DescriptionResourcePathLocationType The

Re: Can't compile new version 1.3.170 from scratch

2012-11-30 Thread Manfred Rosenboom
Läubrich wrote: Make sure you are using an appropiate compiler (1.6 or above) the messages seem to be related to the fact that in 1.5 there is no override annotation allowed for method overriden in interfaces. Am 30.11.2012 09:11, schrieb Manfred Rosenboom: Hi Thomas, I have just downloaded

Version 1.3.169:can't compile package org.h2.test.store

2012-09-10 Thread Manfred Rosenboom
Hi, Whjen I try to compile the new version 1.3.169 with Java 6 I get the following compile errors: DescriptionResourcePathLocationType The method buildMap(String, MVStore, int, String, DataType, DataType, long) of type TestMapFactory must override a superclass method

Re: packaging of h2 distribution

2009-07-14 Thread Manfred Rosenboom
Agreed. I was already thinking about such kind of proposal. Best, Manfred Frank Schwarz wrote: Hi, I would like to propose a different packaging style for the zip- download. This zip file currently contains the h2-database jar as /h2/ bin/h2-1.1.115.jar. I would rather prefer this way: