<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-2614</id>
	<title>Nabble - HSQLDB</title>
	<updated>2009-12-16T09:59:52Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/HSQLDB-f2614.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/HSQLDB-f2614.html" />
	<subtitle type="html">HSQLDB is the leading SQL relational database engine written in Java. It has a JDBC driver and supports a rich subset of ANSI-92 SQL (BNF tree format) plus SQL 99 and 2003 enhancements. It offers a small (less than 100k in one version for applets), fast database engine which offers both in-memory and disk-based tables and supports embedded and server modes. Additionally, it includes tools such as a minimal web server, in-memory query and management tools (can be run as applets) and a number of demonstration examples. HSQLDB home is &lt;a href=&quot;http://hsqldb.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26815620</id>
	<title>Re: NullPoiterException at org.hsqldb.Database.connect</title>
	<published>2009-12-16T09:59:52Z</published>
	<updated>2009-12-16T09:59:52Z</updated>
	<author>
		<name>Fred Toussi-2</name>
	</author>
	<content type="html">It shouldn't throw, just wait a few seconds to reopen the database.
&lt;br&gt;&lt;br&gt;Fred
&lt;br&gt;&lt;br&gt;On Wed, 16 Dec 2009 09:22 -0500, &amp;quot;Blaine Simpson&amp;quot;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815620&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;blaine.simpson@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Fred: &amp;nbsp;Am I correct in thinking that if the user did the same thing in
&lt;br&gt;&amp;gt; 2.0.0, they would get a SQLException or at least a java.io Exception
&lt;br&gt;&amp;gt; instead of an NPE?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Fred Toussi wrote:
&lt;br&gt;&amp;gt; &amp;gt; remove ;shutdown=true 
&lt;br&gt;&amp;gt; &amp;gt; This setting is for unit tests, not for deployment.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Fred
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Wed, 16 Dec 2009 14:45 +0100, &amp;quot;Libor Prenek&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815620&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.prenek@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; thanks for the reply. This is my connection properties:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; driverClassName=org.hsqldb.jdbcDriver
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; url=jdbc:hsqldb:file:/home/libor/web;shutdown=true
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; username=sa
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; password=
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Libor
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Fred Toussi wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; What is the url for the database. This is the value used by the Spring
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; datasource.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Fred
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; On Wed, 16 Dec 2009 13:14 +0100, &amp;quot;Libor Prenek&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815620&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.prenek@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi there,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; I'm pretty new in HSQL. I'm developing small web application and using 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; Tapestry 5, Spring 2.5, iBatis 2.3 and HSQL 1.8.1. I have page with 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; table with checkbox on
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; every row. From time to time (I really don't know order of steps to 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; easily reproduce an error) I get NullPointerException when I reload the 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; page:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; Caused by: java.lang.NullPointerException
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.Database.connect(Database.java:397)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.DatabaseManager.newSession(DatabaseManager.java:141)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.jdbc.jdbcConnection.&amp;lt;init&amp;gt;(jdbcConnection.java:2410)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.jdbcDriver.getConnection(jdbcDriver.java:183)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.jdbcDriver.connect(jdbcDriver.java:161)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;&amp;gt; Take advantage of Verizon's best-in-class app development support
&lt;br&gt;&amp;gt; A streamlined, 14 day to market process makes app distribution fast and
&lt;br&gt;&amp;gt; easy
&lt;br&gt;&amp;gt; Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Hsqldb-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815620&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815620&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NullPoiterException-at-org.hsqldb.Database.connect-tp26810483p26815620.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26815583</id>
	<title>Re: NullPoiterException at org.hsqldb.Database.connect</title>
	<published>2009-12-16T09:57:46Z</published>
	<updated>2009-12-16T09:57:46Z</updated>
	<author>
		<name>Fred Toussi-2</name>
	</author>
	<content type="html">You've got a lot of experience with HSQLDB and obviously know what your
&lt;br&gt;application is doing with your connections.
&lt;br&gt;&lt;br&gt;The advice does not apply to you.
&lt;br&gt;&lt;br&gt;Fred
&lt;br&gt;&lt;br&gt;On Wed, 16 Dec 2009 09:18 -0500, &amp;quot;Blaine Simpson&amp;quot;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815583&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;blaine.simpson@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; What??
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I understand that in this situation (with data pooling in place... plus
&lt;br&gt;&amp;gt; many other scenarios), you wouldn't want every close() to shut down the
&lt;br&gt;&amp;gt; catalog instance, but I use &amp;quot;;shutdown=true&amp;quot; constantly for
&lt;br&gt;&amp;gt; non-unit-test use cases with file: databases. &amp;nbsp;It works great for me and
&lt;br&gt;&amp;gt; seems to me like a good way to ensure my single-process file databases
&lt;br&gt;&amp;gt; are always shut down cleanly. &amp;nbsp;Is there some reason this should not be
&lt;br&gt;&amp;gt; done?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Fred Toussi wrote:
&lt;br&gt;&amp;gt; &amp;gt; remove ;shutdown=true 
&lt;br&gt;&amp;gt; &amp;gt; This setting is for unit tests, not for deployment.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Fred
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;&amp;gt; Take advantage of Verizon's best-in-class app development support
&lt;br&gt;&amp;gt; A streamlined, 14 day to market process makes app distribution fast and
&lt;br&gt;&amp;gt; easy
&lt;br&gt;&amp;gt; Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Hsqldb-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815583&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815583&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NullPoiterException-at-org.hsqldb.Database.connect-tp26810483p26815583.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26811869</id>
	<title>Re: NullPoiterException at org.hsqldb.Database.connect</title>
	<published>2009-12-16T06:25:34Z</published>
	<updated>2009-12-16T06:25:34Z</updated>
	<author>
		<name>Libor Prenek</name>
	</author>
	<content type="html">Thanks, it really helps me.
&lt;br&gt;&lt;br&gt;Libor
&lt;br&gt;&lt;br&gt;Fred Toussi wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; remove ;shutdown=true 
&lt;br&gt;&amp;gt; This setting is for unit tests, not for deployment.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Fred
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Wed, 16 Dec 2009 14:45 +0100, &amp;quot;Libor Prenek&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811869&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.prenek@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt; thanks for the reply. This is my connection properties:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; driverClassName=org.hsqldb.jdbcDriver
&lt;br&gt;&amp;gt;&amp;gt; url=jdbc:hsqldb:file:/home/libor/web;shutdown=true
&lt;br&gt;&amp;gt;&amp;gt; username=sa
&lt;br&gt;&amp;gt;&amp;gt; password=
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Libor
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Fred Toussi wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; What is the url for the database. This is the value used by the Spring
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; datasource.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Fred
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Wed, 16 Dec 2009 13:14 +0100, &amp;quot;Libor Prenek&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811869&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.prenek@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi there,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I'm pretty new in HSQL. I'm developing small web application and using 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Tapestry 5, Spring 2.5, iBatis 2.3 and HSQL 1.8.1. I have page with 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; table with checkbox on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; every row. From time to time (I really don't know order of steps to 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; easily reproduce an error) I get NullPointerException when I reload the 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; page:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Caused by: java.lang.NullPointerException
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.Database.connect(Database.java:397)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.DatabaseManager.newSession(DatabaseManager.java:141)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.jdbc.jdbcConnection.&amp;lt;init&amp;gt;(jdbcConnection.java:2410)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.jdbcDriver.getConnection(jdbcDriver.java:183)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.jdbcDriver.connect(jdbcDriver.java:161)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at java.sql.DriverManager.getConnection(DriverManager.java:582)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at java.sql.DriverManager.getConnection(DriverManager.java:154)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:174)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(DriverManagerDataSource.java:165)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnectionFromDriver(AbstractDriverBasedDataSource.java:149)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnection(AbstractDriverBasedDataSource.java:119)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; org.springframework.orm.ibatis.SqlMapClientTemplate.execute(SqlMapClientTemplate.java:190)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; org.springframework.orm.ibatis.SqlMapClientTemplate.queryForObject(SqlMapClientTemplate.java:271)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at net.gmc.pa.web.dao.ViewDAO.getViewByName(ViewDAO.java:42)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; .......
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I'm not sure if it is problem of HSQL or configuration of 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Spring or iBatis. Does anybody faced this issue? Could anybody help?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; iBatis settings:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settings 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cacheModelsEnabled=&amp;quot;true&amp;quot; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;enhancementEnabled=&amp;quot;true&amp;quot; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;lazyLoadingEnabled=&amp;quot;true&amp;quot; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;useStatementNamespaces=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Spring datasource, transaction manager:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;bean id=&amp;quot;dataSource&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; class=&amp;quot;org.springframework.jdbc.datasource.DriverManagerDataSource&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;driverClassName&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;${driverClassName}&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;url&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;${url}&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;username&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;${username}&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;password&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;${password}&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/bean&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;bean id=&amp;quot;sqlMapClient&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; class=&amp;quot;org.springframework.orm.ibatis.SqlMapClientFactoryBean&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;configLocation&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;classpath:SqlMapConfig.xml&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;dataSource&amp;quot; ref=&amp;quot;dataSource&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/bean&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;bean id=&amp;quot;transactionManager&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; class=&amp;quot;org.springframework.jdbc.datasource.DataSourceTransactionManager&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;dataSource&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ref local=&amp;quot;dataSource&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/bean&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Any idea?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Libor
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Take advantage of Verizon's best-in-class app development support
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; A streamlined, 14 day to market process makes app distribution fast and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; easy
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hsqldb-user mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811869&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Take advantage of Verizon's best-in-class app development support
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hsqldb-user mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811869&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;&amp;gt;&amp;gt; Take advantage of Verizon's best-in-class app development support
&lt;br&gt;&amp;gt;&amp;gt; A streamlined, 14 day to market process makes app distribution fast and
&lt;br&gt;&amp;gt;&amp;gt; easy
&lt;br&gt;&amp;gt;&amp;gt; Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Hsqldb-user mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811869&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;&amp;gt; Take advantage of Verizon's best-in-class app development support
&lt;br&gt;&amp;gt; A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;&amp;gt; Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Hsqldb-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811869&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811869&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NullPoiterException-at-org.hsqldb.Database.connect-tp26810483p26811869.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26811841</id>
	<title>Re: NullPoiterException at org.hsqldb.Database.connect</title>
	<published>2009-12-16T06:22:29Z</published>
	<updated>2009-12-16T06:22:29Z</updated>
	<author>
		<name>Blaine Simpson</name>
	</author>
	<content type="html">Fred: &amp;nbsp;Am I correct in thinking that if the user did the same thing in
&lt;br&gt;2.0.0, they would get a SQLException or at least a java.io Exception
&lt;br&gt;instead of an NPE?
&lt;br&gt;&lt;br&gt;Fred Toussi wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; remove ;shutdown=true 
&lt;br&gt;&amp;gt; This setting is for unit tests, not for deployment.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Fred
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Wed, 16 Dec 2009 14:45 +0100, &amp;quot;Libor Prenek&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811841&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.prenek@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt; thanks for the reply. This is my connection properties:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; driverClassName=org.hsqldb.jdbcDriver
&lt;br&gt;&amp;gt;&amp;gt; url=jdbc:hsqldb:file:/home/libor/web;shutdown=true
&lt;br&gt;&amp;gt;&amp;gt; username=sa
&lt;br&gt;&amp;gt;&amp;gt; password=
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Libor
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Fred Toussi wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; What is the url for the database. This is the value used by the Spring
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; datasource.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Fred
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Wed, 16 Dec 2009 13:14 +0100, &amp;quot;Libor Prenek&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811841&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.prenek@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi there,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I'm pretty new in HSQL. I'm developing small web application and using 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Tapestry 5, Spring 2.5, iBatis 2.3 and HSQL 1.8.1. I have page with 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; table with checkbox on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; every row. From time to time (I really don't know order of steps to 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; easily reproduce an error) I get NullPointerException when I reload the 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; page:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Caused by: java.lang.NullPointerException
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.Database.connect(Database.java:397)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.DatabaseManager.newSession(DatabaseManager.java:141)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.jdbc.jdbcConnection.&amp;lt;init&amp;gt;(jdbcConnection.java:2410)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.jdbcDriver.getConnection(jdbcDriver.java:183)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.jdbcDriver.connect(jdbcDriver.java:161)
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811841&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NullPoiterException-at-org.hsqldb.Database.connect-tp26810483p26811841.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26812260</id>
	<title>Re: NullPoiterException at org.hsqldb.Database.connect</title>
	<published>2009-12-16T06:18:03Z</published>
	<updated>2009-12-16T06:18:03Z</updated>
	<author>
		<name>Blaine Simpson</name>
	</author>
	<content type="html">What??
&lt;br&gt;&lt;br&gt;I understand that in this situation (with data pooling in place... plus
&lt;br&gt;many other scenarios), you wouldn't want every close() to shut down the
&lt;br&gt;catalog instance, but I use &amp;quot;;shutdown=true&amp;quot; constantly for
&lt;br&gt;non-unit-test use cases with file: databases. &amp;nbsp;It works great for me and
&lt;br&gt;seems to me like a good way to ensure my single-process file databases
&lt;br&gt;are always shut down cleanly. &amp;nbsp;Is there some reason this should not be done?
&lt;br&gt;&lt;br&gt;Fred Toussi wrote:
&lt;br&gt;&amp;gt; remove ;shutdown=true 
&lt;br&gt;&amp;gt; This setting is for unit tests, not for deployment.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Fred
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26812260&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NullPoiterException-at-org.hsqldb.Database.connect-tp26810483p26812260.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26811587</id>
	<title>Re: NullPoiterException at org.hsqldb.Database.connect</title>
	<published>2009-12-16T06:04:57Z</published>
	<updated>2009-12-16T06:04:57Z</updated>
	<author>
		<name>Fred Toussi-2</name>
	</author>
	<content type="html">remove ;shutdown=true 
&lt;br&gt;This setting is for unit tests, not for deployment.
&lt;br&gt;&lt;br&gt;Fred
&lt;br&gt;&lt;br&gt;On Wed, 16 Dec 2009 14:45 +0100, &amp;quot;Libor Prenek&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811587&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.prenek@...&lt;/a&gt;&amp;gt;
&lt;br&gt;wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; thanks for the reply. This is my connection properties:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; driverClassName=org.hsqldb.jdbcDriver
&lt;br&gt;&amp;gt; url=jdbc:hsqldb:file:/home/libor/web;shutdown=true
&lt;br&gt;&amp;gt; username=sa
&lt;br&gt;&amp;gt; password=
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Libor
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Fred Toussi wrote:
&lt;br&gt;&amp;gt; &amp;gt; What is the url for the database. This is the value used by the Spring
&lt;br&gt;&amp;gt; &amp;gt; datasource.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Fred
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Wed, 16 Dec 2009 13:14 +0100, &amp;quot;Libor Prenek&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811587&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.prenek@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Hi there,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; I'm pretty new in HSQL. I'm developing small web application and using 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Tapestry 5, Spring 2.5, iBatis 2.3 and HSQL 1.8.1. I have page with 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; table with checkbox on
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; every row. From time to time (I really don't know order of steps to 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; easily reproduce an error) I get NullPointerException when I reload the 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; page:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Caused by: java.lang.NullPointerException
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.Database.connect(Database.java:397)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.DatabaseManager.newSession(DatabaseManager.java:141)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.jdbc.jdbcConnection.&amp;lt;init&amp;gt;(jdbcConnection.java:2410)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.jdbcDriver.getConnection(jdbcDriver.java:183)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.jdbcDriver.connect(jdbcDriver.java:161)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at java.sql.DriverManager.getConnection(DriverManager.java:582)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at java.sql.DriverManager.getConnection(DriverManager.java:154)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:174)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(DriverManagerDataSource.java:165)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnectionFromDriver(AbstractDriverBasedDataSource.java:149)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnection(AbstractDriverBasedDataSource.java:119)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; org.springframework.orm.ibatis.SqlMapClientTemplate.execute(SqlMapClientTemplate.java:190)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; org.springframework.orm.ibatis.SqlMapClientTemplate.queryForObject(SqlMapClientTemplate.java:271)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at net.gmc.pa.web.dao.ViewDAO.getViewByName(ViewDAO.java:42)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; .......
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; I'm not sure if it is problem of HSQL or configuration of 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Spring or iBatis. Does anybody faced this issue? Could anybody help?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; iBatis settings:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settings 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cacheModelsEnabled=&amp;quot;true&amp;quot; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;enhancementEnabled=&amp;quot;true&amp;quot; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;lazyLoadingEnabled=&amp;quot;true&amp;quot; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;useStatementNamespaces=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Spring datasource, transaction manager:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;bean id=&amp;quot;dataSource&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; class=&amp;quot;org.springframework.jdbc.datasource.DriverManagerDataSource&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;driverClassName&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;${driverClassName}&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;url&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;${url}&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;username&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;${username}&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;password&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;${password}&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/bean&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;bean id=&amp;quot;sqlMapClient&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; class=&amp;quot;org.springframework.orm.ibatis.SqlMapClientFactoryBean&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;configLocation&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;classpath:SqlMapConfig.xml&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;dataSource&amp;quot; ref=&amp;quot;dataSource&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/bean&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;bean id=&amp;quot;transactionManager&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; class=&amp;quot;org.springframework.jdbc.datasource.DataSourceTransactionManager&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;dataSource&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ref local=&amp;quot;dataSource&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/bean&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Any idea?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Libor
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Take advantage of Verizon's best-in-class app development support
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; A streamlined, 14 day to market process makes app distribution fast and
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; easy
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Hsqldb-user mailing list
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811587&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt; This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;&amp;gt; &amp;gt; Take advantage of Verizon's best-in-class app development support
&lt;br&gt;&amp;gt; &amp;gt; A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;&amp;gt; &amp;gt; Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt; Hsqldb-user mailing list
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811587&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;&amp;gt; Take advantage of Verizon's best-in-class app development support
&lt;br&gt;&amp;gt; A streamlined, 14 day to market process makes app distribution fast and
&lt;br&gt;&amp;gt; easy
&lt;br&gt;&amp;gt; Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Hsqldb-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811587&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811587&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NullPoiterException-at-org.hsqldb.Database.connect-tp26810483p26811587.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26811298</id>
	<title>Re: NullPoiterException at org.hsqldb.Database.connect</title>
	<published>2009-12-16T05:45:59Z</published>
	<updated>2009-12-16T05:45:59Z</updated>
	<author>
		<name>Libor Prenek</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;thanks for the reply. This is my connection properties:
&lt;br&gt;&lt;br&gt;driverClassName=org.hsqldb.jdbcDriver
&lt;br&gt;url=jdbc:hsqldb:file:/home/libor/web;shutdown=true
&lt;br&gt;username=sa
&lt;br&gt;password=
&lt;br&gt;&lt;br&gt;Libor
&lt;br&gt;&lt;br&gt;Fred Toussi wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; What is the url for the database. This is the value used by the Spring
&lt;br&gt;&amp;gt; datasource.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Fred
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Wed, 16 Dec 2009 13:14 +0100, &amp;quot;Libor Prenek&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811298&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.prenek@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Hi there,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm pretty new in HSQL. I'm developing small web application and using 
&lt;br&gt;&amp;gt;&amp;gt; Tapestry 5, Spring 2.5, iBatis 2.3 and HSQL 1.8.1. I have page with 
&lt;br&gt;&amp;gt;&amp;gt; table with checkbox on
&lt;br&gt;&amp;gt;&amp;gt; every row. From time to time (I really don't know order of steps to 
&lt;br&gt;&amp;gt;&amp;gt; easily reproduce an error) I get NullPointerException when I reload the 
&lt;br&gt;&amp;gt;&amp;gt; page:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Caused by: java.lang.NullPointerException
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.Database.connect(Database.java:397)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.DatabaseManager.newSession(DatabaseManager.java:141)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.jdbc.jdbcConnection.&amp;lt;init&amp;gt;(jdbcConnection.java:2410)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.jdbcDriver.getConnection(jdbcDriver.java:183)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.jdbcDriver.connect(jdbcDriver.java:161)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at java.sql.DriverManager.getConnection(DriverManager.java:582)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at java.sql.DriverManager.getConnection(DriverManager.java:154)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt;&amp;gt; org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:174)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt;&amp;gt; org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(DriverManagerDataSource.java:165)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt;&amp;gt; org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnectionFromDriver(AbstractDriverBasedDataSource.java:149)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt;&amp;gt; org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnection(AbstractDriverBasedDataSource.java:119)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt;&amp;gt; org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt;&amp;gt; org.springframework.orm.ibatis.SqlMapClientTemplate.execute(SqlMapClientTemplate.java:190)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt;&amp;gt; org.springframework.orm.ibatis.SqlMapClientTemplate.queryForObject(SqlMapClientTemplate.java:271)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at net.gmc.pa.web.dao.ViewDAO.getViewByName(ViewDAO.java:42)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; .......
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm not sure if it is problem of HSQL or configuration of 
&lt;br&gt;&amp;gt;&amp;gt; Spring or iBatis. Does anybody faced this issue? Could anybody help?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; iBatis settings:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settings 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cacheModelsEnabled=&amp;quot;true&amp;quot; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;enhancementEnabled=&amp;quot;true&amp;quot; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;lazyLoadingEnabled=&amp;quot;true&amp;quot; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;useStatementNamespaces=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Spring datasource, transaction manager:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;bean id=&amp;quot;dataSource&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; class=&amp;quot;org.springframework.jdbc.datasource.DriverManagerDataSource&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;driverClassName&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;${driverClassName}&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;url&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;${url}&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;username&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;${username}&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;password&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;${password}&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/bean&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;bean id=&amp;quot;sqlMapClient&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; class=&amp;quot;org.springframework.orm.ibatis.SqlMapClientFactoryBean&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;configLocation&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;classpath:SqlMapConfig.xml&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;dataSource&amp;quot; ref=&amp;quot;dataSource&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/bean&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;bean id=&amp;quot;transactionManager&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; class=&amp;quot;org.springframework.jdbc.datasource.DataSourceTransactionManager&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;dataSource&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ref local=&amp;quot;dataSource&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/bean&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Any idea?
&lt;br&gt;&amp;gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt;&amp;gt; Libor
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;&amp;gt;&amp;gt; Take advantage of Verizon's best-in-class app development support
&lt;br&gt;&amp;gt;&amp;gt; A streamlined, 14 day to market process makes app distribution fast and
&lt;br&gt;&amp;gt;&amp;gt; easy
&lt;br&gt;&amp;gt;&amp;gt; Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Hsqldb-user mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811298&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;&amp;gt; Take advantage of Verizon's best-in-class app development support
&lt;br&gt;&amp;gt; A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;&amp;gt; Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Hsqldb-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811298&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811298&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NullPoiterException-at-org.hsqldb.Database.connect-tp26810483p26811298.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26811005</id>
	<title>Re: NullPoiterException at org.hsqldb.Database.connect</title>
	<published>2009-12-16T05:25:12Z</published>
	<updated>2009-12-16T05:25:12Z</updated>
	<author>
		<name>Fred Toussi-2</name>
	</author>
	<content type="html">What is the url for the database. This is the value used by the Spring
&lt;br&gt;datasource.
&lt;br&gt;&lt;br&gt;Fred
&lt;br&gt;&lt;br&gt;On Wed, 16 Dec 2009 13:14 +0100, &amp;quot;Libor Prenek&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811005&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.prenek@...&lt;/a&gt;&amp;gt;
&lt;br&gt;wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi there,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm pretty new in HSQL. I'm developing small web application and using 
&lt;br&gt;&amp;gt; Tapestry 5, Spring 2.5, iBatis 2.3 and HSQL 1.8.1. I have page with 
&lt;br&gt;&amp;gt; table with checkbox on
&lt;br&gt;&amp;gt; every row. From time to time (I really don't know order of steps to 
&lt;br&gt;&amp;gt; easily reproduce an error) I get NullPointerException when I reload the 
&lt;br&gt;&amp;gt; page:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Caused by: java.lang.NullPointerException
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.Database.connect(Database.java:397)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.DatabaseManager.newSession(DatabaseManager.java:141)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.jdbc.jdbcConnection.&amp;lt;init&amp;gt;(jdbcConnection.java:2410)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.jdbcDriver.getConnection(jdbcDriver.java:183)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.hsqldb.jdbcDriver.connect(jdbcDriver.java:161)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at java.sql.DriverManager.getConnection(DriverManager.java:582)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at java.sql.DriverManager.getConnection(DriverManager.java:154)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:174)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(DriverManagerDataSource.java:165)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnectionFromDriver(AbstractDriverBasedDataSource.java:149)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnection(AbstractDriverBasedDataSource.java:119)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.springframework.orm.ibatis.SqlMapClientTemplate.execute(SqlMapClientTemplate.java:190)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.springframework.orm.ibatis.SqlMapClientTemplate.queryForObject(SqlMapClientTemplate.java:271)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at net.gmc.pa.web.dao.ViewDAO.getViewByName(ViewDAO.java:42)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; .......
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm not sure if it is problem of HSQL or configuration of 
&lt;br&gt;&amp;gt; Spring or iBatis. Does anybody faced this issue? Could anybody help?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; iBatis settings:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settings 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cacheModelsEnabled=&amp;quot;true&amp;quot; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;enhancementEnabled=&amp;quot;true&amp;quot; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;lazyLoadingEnabled=&amp;quot;true&amp;quot; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;useStatementNamespaces=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Spring datasource, transaction manager:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;bean id=&amp;quot;dataSource&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; class=&amp;quot;org.springframework.jdbc.datasource.DriverManagerDataSource&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;driverClassName&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;${driverClassName}&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;url&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;${url}&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;username&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;${username}&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;password&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;${password}&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/bean&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;bean id=&amp;quot;sqlMapClient&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; class=&amp;quot;org.springframework.orm.ibatis.SqlMapClientFactoryBean&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;configLocation&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;classpath:SqlMapConfig.xml&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;dataSource&amp;quot; ref=&amp;quot;dataSource&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/bean&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;bean id=&amp;quot;transactionManager&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; class=&amp;quot;org.springframework.jdbc.datasource.DataSourceTransactionManager&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;dataSource&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ref local=&amp;quot;dataSource&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/bean&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Any idea?
&lt;br&gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt; Libor
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;&amp;gt; Take advantage of Verizon's best-in-class app development support
&lt;br&gt;&amp;gt; A streamlined, 14 day to market process makes app distribution fast and
&lt;br&gt;&amp;gt; easy
&lt;br&gt;&amp;gt; Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Hsqldb-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811005&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26811005&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NullPoiterException-at-org.hsqldb.Database.connect-tp26810483p26811005.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26810483</id>
	<title>NullPoiterException at org.hsqldb.Database.connect</title>
	<published>2009-12-16T04:14:06Z</published>
	<updated>2009-12-16T04:14:06Z</updated>
	<author>
		<name>Libor Prenek</name>
	</author>
	<content type="html">Hi there,
&lt;br&gt;&lt;br&gt;I'm pretty new in HSQL. I'm developing small web application and using 
&lt;br&gt;Tapestry 5, Spring 2.5, iBatis 2.3 and HSQL 1.8.1. I have page with 
&lt;br&gt;table with checkbox on
&lt;br&gt;every row. From time to time (I really don't know order of steps to 
&lt;br&gt;easily reproduce an error) I get NullPointerException when I reload the 
&lt;br&gt;page:
&lt;br&gt;&lt;br&gt;Caused by: java.lang.NullPointerException
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.hsqldb.Database.connect(Database.java:397)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.hsqldb.DatabaseManager.newSession(DatabaseManager.java:141)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.hsqldb.jdbc.jdbcConnection.&amp;lt;init&amp;gt;(jdbcConnection.java:2410)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.hsqldb.jdbcDriver.getConnection(jdbcDriver.java:183)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.hsqldb.jdbcDriver.connect(jdbcDriver.java:161)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at java.sql.DriverManager.getConnection(DriverManager.java:582)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at java.sql.DriverManager.getConnection(DriverManager.java:154)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at 
&lt;br&gt;org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:174)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at 
&lt;br&gt;org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(DriverManagerDataSource.java:165)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at 
&lt;br&gt;org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnectionFromDriver(AbstractDriverBasedDataSource.java:149)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at 
&lt;br&gt;org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnection(AbstractDriverBasedDataSource.java:119)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at 
&lt;br&gt;org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at 
&lt;br&gt;org.springframework.orm.ibatis.SqlMapClientTemplate.execute(SqlMapClientTemplate.java:190)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at 
&lt;br&gt;org.springframework.orm.ibatis.SqlMapClientTemplate.queryForObject(SqlMapClientTemplate.java:271)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at net.gmc.pa.web.dao.ViewDAO.getViewByName(ViewDAO.java:42)
&lt;br&gt;&amp;nbsp; &amp;nbsp; .......
&lt;br&gt;&lt;br&gt;I'm not sure if it is problem of HSQL or configuration of 
&lt;br&gt;Spring or iBatis. Does anybody faced this issue? Could anybody help?
&lt;br&gt;&lt;br&gt;iBatis settings:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settings 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cacheModelsEnabled=&amp;quot;true&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;enhancementEnabled=&amp;quot;true&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;lazyLoadingEnabled=&amp;quot;true&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;useStatementNamespaces=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/&amp;gt; 
&lt;br&gt;&lt;br&gt;Spring datasource, transaction manager:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;bean id=&amp;quot;dataSource&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; class=&amp;quot;org.springframework.jdbc.datasource.DriverManagerDataSource&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;driverClassName&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;${driverClassName}&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;url&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;${url}&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;username&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;${username}&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;password&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;${password}&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/bean&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;bean id=&amp;quot;sqlMapClient&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; class=&amp;quot;org.springframework.orm.ibatis.SqlMapClientFactoryBean&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;configLocation&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;classpath:SqlMapConfig.xml&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;dataSource&amp;quot; ref=&amp;quot;dataSource&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/bean&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;bean id=&amp;quot;transactionManager&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;class=&amp;quot;org.springframework.jdbc.datasource.DataSourceTransactionManager&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;dataSource&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ref local=&amp;quot;dataSource&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/bean&amp;gt;
&lt;br&gt;&lt;br&gt;Any idea?
&lt;br&gt;Cheers
&lt;br&gt;Libor
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26810483&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NullPoiterException-at-org.hsqldb.Database.connect-tp26810483p26810483.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26798603</id>
	<title>Re: HsqlDB Odbc driver</title>
	<published>2009-12-15T09:31:52Z</published>
	<updated>2009-12-15T09:31:52Z</updated>
	<author>
		<name>Blaine Simpson</name>
	</author>
	<content type="html">FAVRE Alain wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; To get the sources of the ODBC driver I have downloaded a file psqlodbc-pristine.tar.gz which did not contain the win-buid.txt file.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Where did you get that file?
&lt;br&gt;&lt;br&gt;If you want to work with HyperSQL's ODBC product, &amp;quot;hsqlodbc&amp;quot;, it lives
&lt;br&gt;at &lt;a href=&quot;http://hsqldb.svn.sourceforge.net/svnroot/hsqldb/odbc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hsqldb.svn.sourceforge.net/svnroot/hsqldb/odbc&lt;/a&gt;&amp;nbsp;, and that is
&lt;br&gt;what you should use. &amp;nbsp;I recommend that if your intention is not to build
&lt;br&gt;&amp;quot;psqlodbc&amp;quot; (Postgresql's ODBC driver), you shouldnt' waste your time
&lt;br&gt;working with &amp;quot;psqlodb&amp;quot; distributions.
&lt;br&gt;&lt;br&gt;You don't have to install PostgreSQL to build or run hsqlodbc.
&lt;br&gt;&amp;gt; I got the file now, there are 2 major differences with what I did:
&lt;br&gt;&amp;gt; - I had to install PosgresQL and OpenSSL because the provided '.sln' file needs them to build the DLL.
&lt;br&gt;&amp;gt; - I was anable to use the Wix project (I think because the '.sln' file does not reference MSDTC)
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; I'll do it again according win-build.txt recommendations and keep you informed.
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; May be a last thing I did not understand.
&lt;br&gt;&amp;gt; I used the Unicode version (I believe it's the right one for Talking to HSQL), what's the use of the ANSI version ?
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Good question. &amp;nbsp;I forget, having not worked with this for like half a
&lt;br&gt;year. &amp;nbsp;I probably made notes about it, so search through the doc folder.
&lt;br&gt;&amp;gt; Thank you and kind regards
&lt;br&gt;&amp;gt; A.Favre
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26798603&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/HsqlDB-Odbc-driver-tp26795964p26798603.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26798395</id>
	<title>Re: HsqlDB Odbc driver</title>
	<published>2009-12-15T09:20:14Z</published>
	<updated>2009-12-15T09:20:14Z</updated>
	<author>
		<name>afa003</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&amp;nbsp;
&lt;br&gt;To get the sources of the ODBC driver I have downloaded a file psqlodbc-pristine.tar.gz which did not contain the win-buid.txt file.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;I got the file now, there are 2 major differences with what I did:
&lt;br&gt;- I had to install PosgresQL and OpenSSL because the provided '.sln' file needs them to build the DLL.
&lt;br&gt;- I was anable to use the Wix project (I think because the '.sln' file does not reference MSDTC)
&lt;br&gt;&amp;nbsp;
&lt;br&gt;I'll do it again according win-build.txt recommendations and keep you informed.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;May be a last thing I did not understand.
&lt;br&gt;I used the Unicode version (I believe it's the right one for Talking to HSQL), what's the use of the ANSI version ?
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Thank you and kind regards
&lt;br&gt;A.Favre
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;________________________________
&lt;br&gt;&lt;br&gt;From: Blaine Simpson [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26798395&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;blaine.simpson@...&lt;/a&gt;]
&lt;br&gt;Sent: Tue 12/15/2009 4:20 PM
&lt;br&gt;To: HSQLdb user discussions
&lt;br&gt;Subject: Re: [Hsqldb-user] HsqlDB Odbc driver
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;We don't support Visual Studio at this time, due to developer time
&lt;br&gt;constraints. &amp;nbsp;If you want to do the work to get Visual Studio working,
&lt;br&gt;that would be great, but it needs to work like the build works for
&lt;br&gt;Visual C++ does, and it should not build anything with psql or
&lt;br&gt;Postgresql labels. &amp;nbsp;You probably need to build with Visual C++ according
&lt;br&gt;to doc/win-build.txt to see how the Windows build &amp;quot;should&amp;quot; work, but
&lt;br&gt;that would probably eliminate any benefit to you. &amp;nbsp;:(
&lt;br&gt;&lt;br&gt;win-build.txt has lots of pertinent details.
&lt;br&gt;&lt;br&gt;&lt;br&gt;FAVRE Alain wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I got HSQL2.0 and Odbc from SVN and I made up the PostgeSql dll with
&lt;br&gt;&amp;gt; Visual Studio 2008 express.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Small changes were required to get the DLL
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; - added UNICODE_SUPPORT definition to preprocessor for ressources
&lt;br&gt;&amp;gt; - added ws2_32.lib to linker dependencies (sockets)
&lt;br&gt;&amp;gt; - just because I used the express version of studio, in psqlodbc.rc, I
&lt;br&gt;&amp;gt; replaced:
&lt;br&gt;&amp;gt; &amp;nbsp; #include &amp;quot;afxres.h&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; by
&lt;br&gt;&amp;gt; &amp;nbsp; #definne IDC_STATIC -1
&lt;br&gt;&amp;gt; &amp;nbsp; #include &amp;quot;windows.h&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Then I received th psqlodbc35w.dll (I suppose I have to use the
&lt;br&gt;&amp;gt; Unicode version).
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;/div&gt;--
&lt;br&gt;&lt;a href=&quot;http://admc.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://admc.com/&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Main:304-724-1433 &amp;nbsp; &amp;nbsp; Cell:703-944-9317
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26798395&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;&lt;br /&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26798395&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;winmail.dat&lt;/strong&gt; (7K) &lt;a href=&quot;http://old.nabble.com/attachment/26798395/0/winmail.dat&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/HsqlDB-Odbc-driver-tp26795964p26798395.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26796609</id>
	<title>Re: HsqlDB Odbc driver</title>
	<published>2009-12-15T07:20:30Z</published>
	<updated>2009-12-15T07:20:30Z</updated>
	<author>
		<name>Blaine Simpson</name>
	</author>
	<content type="html">We don't support Visual Studio at this time, due to developer time
&lt;br&gt;constraints. &amp;nbsp;If you want to do the work to get Visual Studio working,
&lt;br&gt;that would be great, but it needs to work like the build works for
&lt;br&gt;Visual C++ does, and it should not build anything with psql or
&lt;br&gt;Postgresql labels. &amp;nbsp;You probably need to build with Visual C++ according
&lt;br&gt;to doc/win-build.txt to see how the Windows build &amp;quot;should&amp;quot; work, but
&lt;br&gt;that would probably eliminate any benefit to you. &amp;nbsp;:(
&lt;br&gt;&lt;br&gt;win-build.txt has lots of pertinent details.
&lt;br&gt;&lt;br&gt;&lt;br&gt;FAVRE Alain wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; I got HSQL2.0 and Odbc from SVN and I made up the PostgeSql dll with
&lt;br&gt;&amp;gt; Visual Studio 2008 express.
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; Small changes were required to get the DLL
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; - added UNICODE_SUPPORT definition to preprocessor for ressources
&lt;br&gt;&amp;gt; - added ws2_32.lib to linker dependencies (sockets)
&lt;br&gt;&amp;gt; - just because I used the express version of studio, in psqlodbc.rc, I
&lt;br&gt;&amp;gt; replaced:
&lt;br&gt;&amp;gt; &amp;nbsp; #include &amp;quot;afxres.h&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; by
&lt;br&gt;&amp;gt; &amp;nbsp; #definne IDC_STATIC -1
&lt;br&gt;&amp;gt; &amp;nbsp; #include &amp;quot;windows.h&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; Then I received th psqlodbc35w.dll (I suppose I have to use the
&lt;br&gt;&amp;gt; Unicode version).
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;a href=&quot;http://admc.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://admc.com/&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Main:304-724-1433 &amp;nbsp; &amp;nbsp; Cell:703-944-9317
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26796609&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/HsqlDB-Odbc-driver-tp26795964p26796609.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26795964</id>
	<title>HsqlDB Odbc driver</title>
	<published>2009-12-15T06:36:58Z</published>
	<updated>2009-12-15T06:36:58Z</updated>
	<author>
		<name>afa003</name>
	</author>
	<content type="html">&lt;HTML dir=ltr&gt;&lt;HEAD&gt;
&lt;META content=&quot;text/html; charset=unicode&quot; http-equiv=Content-Type&gt;
&lt;META name=GENERATOR content=&quot;MSHTML 8.00.6001.18812&quot;&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV&gt;&lt;FONT color=#000000 size=2 face=Arial&gt;Hi,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;I got HSQL2.0 and Odbc from SVN and I made up the PostgeSql dll with Visual Studio 2008 express.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;Small changes were required to get the DLL&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;- added UNICODE_SUPPORT definition to preprocessor for ressources&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;- added ws2_32.lib to linker dependencies (sockets)&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;- just because I used the express version of studio, in psqlodbc.rc, I replaced: &lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;&amp;nbsp; #include &quot;afxres.h&quot; &lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;&amp;nbsp; by&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;&amp;nbsp; #definne IDC_STATIC -1&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;&amp;nbsp; #include &quot;windows.h&quot;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;&amp;nbsp; &lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;Then I received th psqlodbc35w.dll (I suppose I have to use the Unicode version).&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;I tried to use the provided WIX toolkit, without success because some DLLs related to MSDTC were required.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;So I registered my ODBC driver manually with&amp;nbsp;this reg file:&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;-----&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;Windows Registry Editor Version 5.00&lt;/DIV&gt;
&lt;DIV&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC]&lt;/DIV&gt;
&lt;DIV&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI]&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\HyperSQL Unicode]&lt;BR&gt;&quot;APILevel&quot;=&quot;1&quot;&lt;BR&gt;&quot;ConnectFunctions&quot;=&quot;YYN&quot;&lt;BR&gt;&quot;FileUsage&quot;=&quot;0&quot;&lt;BR&gt;&quot;DriverODBCVer&quot;=&quot;03.51&quot;&lt;BR&gt;&quot;SQLLevel&quot;=&quot;1&quot;&lt;BR&gt;&quot;UsageCount&quot;=dword:00000001&lt;BR&gt;&quot;Driver&quot;=&quot;C:\\Hsql\\psqlodbc-pristine\\psqlodbc-pristine\\src\\psqlodbc35w.dll&quot;&lt;BR&gt;&quot;Setup&quot;=&quot;C:\\Hsql\\psqlodbc-pristine\\psqlodbc-pristine\\src\\psqlodbc35w.dll&quot;&lt;/DIV&gt;
&lt;DIV&gt;---&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;At this point everything looked ok.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I ran the Odbc manager and made a new user DSN without any problem.&lt;/DIV&gt;
&lt;DIV&gt;Then I tried to test the driver, so after the configuration was fullfilled, I clicked the test button....&lt;/DIV&gt;
&lt;DIV&gt;... and it froze.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;So I set some breakpoints in the Serverconnection.java, in method odbcConnect()&lt;/DIV&gt;
&lt;DIV&gt;- One thing strange about version stuff I received:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp; major was set to 3 (ok), minor was set to 0 (it was supposed to be 51, right?)&lt;/DIV&gt;
&lt;DIV&gt;Then:&lt;/DIV&gt;
&lt;DIV&gt;- Database and user were received suceesfully&lt;/DIV&gt;
&lt;DIV&gt;- Authentification stuff is sent back to ther driver (writeByte('R'), writeInt(8), writeInt(ODBC_AUTH_REQ_PASSWORD))&lt;/DIV&gt;
&lt;DIV&gt;- Then it comes to dataInput.readByte(), (i.e. it waits until the odbc driver writes a Byte to the socket stream)&lt;/DIV&gt;
&lt;DIV&gt;and here..... it is stuck, the Odbc driver does not answer anything...&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I tried to debug the driver with Studio Express without any success.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I'd like to know if anybody managed to use this odbc driver, and then can share his experiences.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I have seen Junit classes to test the driver, they come along with the project.&lt;/DIV&gt;
&lt;DIV&gt;We may think they have been run successfully, &amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;so there's no reason this driver doesn't work..... except if I did something wrong.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;So, if anybody managed to connect the database, please let me know.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thank you and kind regards&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;A.Favre&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26795964&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/HsqlDB-Odbc-driver-tp26795964p26795964.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26736891</id>
	<title>Re: Version 2.0 Release Candidate Available</title>
	<published>2009-12-10T16:26:41Z</published>
	<updated>2009-12-10T16:26:41Z</updated>
	<author>
		<name>Fred Toussi-2</name>
	</author>
	<content type="html">The difference is a functional MVCC implementation in 2.0. This was due to be
&lt;br&gt;completed and released after version 1.9 came out, but now it is already
&lt;br&gt;complete, so we do not need to have a general availability release of
&lt;br&gt;1.9.
&lt;br&gt;&lt;br&gt;Fred
&lt;br&gt;&lt;br&gt;On Thu, 10 Dec 2009 23:31 +0100, &amp;quot;Thomas Kellerer&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26736891&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;spam_eater@...&lt;/a&gt;&amp;gt;
&lt;br&gt;wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Fred Toussi wrote on 10.12.2009 14:26:
&lt;br&gt;&amp;gt; &amp;gt; We have completed the MVCC features of HyperSQL, and the final Release
&lt;br&gt;&amp;gt; &amp;gt; Candidate for the 1.9 / 2.0 series is available from the download page.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What is the difference between 1.9 and 2.0?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; AFAIK there never has been a 1.9 release, right?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thomas
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Return on Information:
&lt;br&gt;&amp;gt; Google Enterprise Search pays you back
&lt;br&gt;&amp;gt; Get the facts.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Hsqldb-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26736891&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26736891&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Version-2.0-Release-Candidate-Available-tp26727191p26736891.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26736880</id>
	<title>Re: Version 2.0 Release Candidate Available</title>
	<published>2009-12-10T16:25:01Z</published>
	<updated>2009-12-10T16:25:01Z</updated>
	<author>
		<name>Fred Toussi-2</name>
	</author>
	<content type="html">&lt;!--/*SC*/DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;/*EC*/--&gt;
&lt;html&gt;&lt;head&gt;&lt;title&gt;&lt;/title&gt;&lt;/head&gt;&lt;body&gt;&lt;div style=&quot;font-family: Arial; font-size: medium;&quot; dir=&quot;ltr&quot;&gt;&lt;div class=&quot;defangedMessage&quot;&gt;
&lt;div id=&quot;me13159&quot;&gt;
&lt;div&gt;Thanks Carl, &lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;I haven't found any script incompatibility of this type. Your log says there is something wrong in line 8 of the script. Can you report the first 10 line or so of the RC6 script.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Fred&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;On Thu, 10 Dec 2009 14:19 -0800, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26736880&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gould@...&lt;/a&gt; wrote:&lt;/div&gt;
&lt;blockquote type=&quot;cite&quot; class=&quot;me13159QuoteMessage&quot;&gt;&lt;!--/*SC*/defang_html/*EC*/--&gt;   &lt;!--/*SC*/defang_head/*EC*/--&gt;        &lt;!--/*SC*//defang_head/*EC*/--&gt;   &lt;!--/*SC*/defang_body/*EC*/--&gt;
&lt;p style=&quot;margin-top: 0pt;&quot;&gt;Is this 1.9/2.0 RC7 not backwards compatible with the databases created        in RC6? I started getting issues with my existing database.&lt;/p&gt;
&lt;p style=&quot;margin-top: 0pt;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0pt;&quot;&gt;See http://pastebin.com/f4a439409&lt;/p&gt;
&lt;p style=&quot;margin-top: 0pt;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0pt;&quot;&gt;Wiping out the database and starting over seemed to help.&lt;br&gt;
&lt;br&gt;
Carl        Gould&lt;br&gt;
Inductive Automation&lt;/p&gt;
&lt;p style=&quot;margin-top: 0pt;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;div&gt;On Thu Dec 10 05:26:59 PST 2009, &lt;b&gt;Fred Toussi &lt;!--/*SC*/defang_fredt defang_users.sourceforge.net=&quot;#DEFAULT&quot;/*EC*/--&gt;&lt;/b&gt;        wrote:        &lt;blockquote style=&quot;padding-left: 0pt;&quot;&gt;         We have completed the MVCC features of HyperSQL, and the final Release          Candidate for the 1.9 / 2.0 series is available from the download          page. All previously reported issues have been fixed and the          documentation has been updated. Please use this Release Candidate for          tests and let us know if there are any issues in use or in the          documentation. The Release Candidate's version is still reported as          1.9. This is intentional and meant to distinguish the RC release from          the GA release. The General Availability release will follow soon.          Fred Toussi Maintainer HSQLDB Project          ------------------------------------------------------------------------------          Return on Information: Google Enterprise Search pays you back Get the          facts. http://p.sf.net/sfu/google-dev2dev          _______________________________________________ Hsqldb-user mailing          list &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26736880&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;          https://lists.sourceforge.net/lists/listinfo/hsqldb-user       &lt;/blockquote&gt;&lt;/div&gt;
&lt;!--/*SC*//defang_body/*EC*/--&gt; &lt;!--/*SC*//defang_html/*EC*/--&gt;
&lt;pre&gt;
------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
&lt;/pre&gt;
&lt;pre&gt;
_______________________________________________
Hsqldb-user mailing list
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26736880&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
https://lists.sourceforge.net/lists/listinfo/hsqldb-user
&lt;/pre&gt;
&lt;/blockquote&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26736880&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Version-2.0-Release-Candidate-Available-tp26727191p26736880.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26735719</id>
	<title>Re: Version 2.0 Release Candidate Available</title>
	<published>2009-12-10T14:31:43Z</published>
	<updated>2009-12-10T14:31:43Z</updated>
	<author>
		<name>Thomas Kellerer</name>
	</author>
	<content type="html">Fred Toussi wrote on 10.12.2009 14:26:
&lt;br&gt;&amp;gt; We have completed the MVCC features of HyperSQL, and the final Release
&lt;br&gt;&amp;gt; Candidate for the 1.9 / 2.0 series is available from the download page.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;What is the difference between 1.9 and 2.0?
&lt;br&gt;&lt;br&gt;AFAIK there never has been a 1.9 release, right?
&lt;br&gt;&lt;br&gt;Thomas
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26735719&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Version-2.0-Release-Candidate-Available-tp26727191p26735719.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26735589</id>
	<title>Re: Version 2.0 Release Candidate Available</title>
	<published>2009-12-10T14:19:31Z</published>
	<updated>2009-12-10T14:19:31Z</updated>
	<author>
		<name>gould-4</name>
	</author>
	<content type="html">&lt;html&gt;
  &lt;head&gt;
    
  &lt;/head&gt;
  &lt;body&gt;
    &lt;p style=&quot;margin-top: 0&quot;&gt;
      Is this 1.9/2.0 RC7 not backwards compatible with the databases created 
      in RC6? I started getting issues with my existing database.
    &lt;/p&gt;
    &lt;p style=&quot;margin-top: 0&quot;&gt;
      
    &lt;/p&gt;
    &lt;p style=&quot;margin-top: 0&quot;&gt;
      See http://pastebin.com/f4a439409
    &lt;/p&gt;
    &lt;p style=&quot;margin-top: 0&quot;&gt;
      
    &lt;/p&gt;
    &lt;p style=&quot;margin-top: 0&quot;&gt;
      Wiping out the database and starting over seemed to help.&lt;br&gt;&lt;br&gt;Carl 
      Gould&lt;br&gt;Inductive Automation
    &lt;/p&gt;
    &lt;p style=&quot;margin-top: 0&quot;&gt;
      
    &lt;/p&gt;
    &lt;div&gt;
      On Thu Dec 10 05:26:59 PST 2009, &lt;b&gt;Fred Toussi &lt;fredt users.sourceforge.net=&quot;#DEFAULT&quot;&gt;&lt;/b&gt; 
      wrote:

      &lt;blockquote style=&quot;border-left: 1px solid rgb(204,204,204), margin: 0pt 0pt 0pt 0.8ex; padding-left: 0&quot;&gt;
        We have completed the MVCC features of HyperSQL, and the final Release 
        Candidate for the 1.9 / 2.0 series is available from the download 
        page. All previously reported issues have been fixed and the 
        documentation has been updated. Please use this Release Candidate for 
        tests and let us know if there are any issues in use or in the 
        documentation. The Release Candidate's version is still reported as 
        1.9. This is intentional and meant to distinguish the RC release from 
        the GA release. The General Availability release will follow soon. 
        Fred Toussi Maintainer HSQLDB Project 
        ------------------------------------------------------------------------------ 
        Return on Information: Google Enterprise Search pays you back Get the 
        facts. http://p.sf.net/sfu/google-dev2dev 
        _______________________________________________ Hsqldb-user mailing 
        list &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26735589&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt; 
        https://lists.sourceforge.net/lists/listinfo/hsqldb-user
      &lt;/blockquote&gt;
    &lt;/div&gt;
  &lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26735589&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Version-2.0-Release-Candidate-Available-tp26727191p26735589.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26727191</id>
	<title>Version 2.0 Release Candidate Available</title>
	<published>2009-12-10T05:26:59Z</published>
	<updated>2009-12-10T05:26:59Z</updated>
	<author>
		<name>Fred Toussi-2</name>
	</author>
	<content type="html">We have completed the MVCC features of HyperSQL, and the final Release
&lt;br&gt;Candidate for the 1.9 / 2.0 series is available from the download page.
&lt;br&gt;&lt;br&gt;All previously reported issues have been fixed and the documentation has
&lt;br&gt;been updated. Please use this Release Candidate for tests and let us
&lt;br&gt;know if there are any issues in use or in the documentation. The Release
&lt;br&gt;Candidate's version is still reported as 1.9. This is intentional and
&lt;br&gt;meant to distinguish the RC release from the GA release.
&lt;br&gt;&lt;br&gt;The General Availability release will follow soon.
&lt;br&gt;&lt;br&gt;Fred Toussi
&lt;br&gt;Maintainer
&lt;br&gt;HSQLDB Project
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26727191&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Version-2.0-Release-Candidate-Available-tp26727191p26727191.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26692274</id>
	<title>Re: Error in Hsqldb 1.9 rc6</title>
	<published>2009-12-08T03:14:00Z</published>
	<updated>2009-12-08T03:14:00Z</updated>
	<author>
		<name>Fred Toussi-2</name>
	</author>
	<content type="html">If this error is from the RC6 jar, then you should ignore it and test
&lt;br&gt;with the snapshot jar from the hsqldb.org/support page. If there is
&lt;br&gt;still a problem, please send the table definitions for the tables that
&lt;br&gt;are used, so that we can test it.
&lt;br&gt;&lt;br&gt;Fred
&lt;br&gt;&lt;br&gt;On Mon, 07 Dec 2009 13:50 -0800, &amp;quot;DonPollo&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26692274&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gerpollo2000@...&lt;/a&gt;&amp;gt;
&lt;br&gt;wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi, I'm gettin the next exception:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Exception in thread &amp;quot;HSQLDB Connection @4f459c&amp;quot;
&lt;br&gt;&amp;gt; java.lang.RuntimeException:
&lt;br&gt;&amp;gt; unsu
&lt;br&gt;&amp;gt; pported internal operation: Result
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.hsqldb.error.Error.runtimeError(Error.java:66)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.hsqldb.result.Result.write(Result.java:1304)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.hsqldb.result.Result.write(Result.java:1324)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;&amp;gt; org.hsqldb.server.ServerConnection.receiveResult(ServerConnection.jav
&lt;br&gt;&amp;gt; a:359)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;&amp;gt; org.hsqldb.server.ServerConnection.run(ServerConnection.java:1526)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Thread.run(Thread.java:619)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; After this error is thrown I cannot execute any more querys
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This is the offending query:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; SELECT
&lt;br&gt;&amp;gt; 	DISTINCT COUNT(com_persona_rol.id_persona) AS suma,
&lt;br&gt;&amp;gt; 	com_cat_propiedad_rol.pro_nombre,
&lt;br&gt;&amp;gt; 	com_cat_propiedad_rol.id_propiedad_rol,
&lt;br&gt;&amp;gt; 	com_cat_rol.id_rol
&lt;br&gt;&amp;gt; FROM
&lt;br&gt;&amp;gt; 	com_cat_rol_propiedad
&lt;br&gt;&amp;gt; 		RIGHT OUTER JOIN
&lt;br&gt;&amp;gt; 		com_cat_propiedad_rol
&lt;br&gt;&amp;gt; 		ON
&lt;br&gt;&amp;gt; 		(com_cat_rol_propiedad.id_propiedad_rol = 
&lt;br&gt;&amp;gt; 		com_cat_propiedad_rol.id_propiedad_rol)
&lt;br&gt;&amp;gt; 		LEFT OUTER JOIN
&lt;br&gt;&amp;gt; 		com_cat_rol
&lt;br&gt;&amp;gt; 		ON
&lt;br&gt;&amp;gt; 		(com_cat_rol_propiedad.id_rol = com_cat_rol.id_rol)
&lt;br&gt;&amp;gt; 		LEFT OUTER JOIN
&lt;br&gt;&amp;gt; 		com_persona_rol
&lt;br&gt;&amp;gt; 		ON
&lt;br&gt;&amp;gt; 		(com_cat_rol.id_rol = com_persona_rol.id_rol)
&lt;br&gt;&amp;gt; WHERE
&lt;br&gt;&amp;gt; 	com_cat_rol.id_institucion = 945
&lt;br&gt;&amp;gt; GROUP BY
&lt;br&gt;&amp;gt; 	com_cat_propiedad_rol.pro_nombre,
&lt;br&gt;&amp;gt; 	com_cat_propiedad_rol.id_propiedad_rol,
&lt;br&gt;&amp;gt; 	com_cat_rol.id_rol
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Error-in-Hsqldb-1.9-rc6-tp26684851p26684851.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Error-in-Hsqldb-1.9-rc6-tp26684851p26684851.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the HSQLDB - User mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Return on Information:
&lt;br&gt;&amp;gt; Google Enterprise Search pays you back
&lt;br&gt;&amp;gt; Get the facts.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Hsqldb-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26692274&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26692274&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-in-Hsqldb-1.9-rc6-tp26684851p26692274.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26692230</id>
	<title>Re: SET REFERENTIAL_INTEGRITY is not working</title>
	<published>2009-12-08T03:11:37Z</published>
	<updated>2009-12-08T03:11:37Z</updated>
	<author>
		<name>Fred Toussi-2</name>
	</author>
	<content type="html">You should use the snapshot jar from the hsqldb.org/support/ page.
&lt;br&gt;&lt;br&gt;This command has changed, together with several others.
&lt;br&gt;&lt;br&gt;Wee the guide, Chapter 11. System Management and Deployment Issues
&lt;br&gt;&lt;br&gt;Fred
&lt;br&gt;&lt;br&gt;On Mon, 07 Dec 2009 11:15 -0800, &amp;quot;DonPollo&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26692230&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gerpollo2000@...&lt;/a&gt;&amp;gt;
&lt;br&gt;wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm trying to execute SET REFERENTIAL_INTEGRITY TRUE; in hsqldb 1.9 rc6
&lt;br&gt;&amp;gt; but
&lt;br&gt;&amp;gt; it doesn't work, I get the message &amp;quot;user lacks privilege or object not
&lt;br&gt;&amp;gt; found: REFERENTIAL_INTEGRITY&amp;quot;.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I was using hsqldb 1.8 without problems, but in 1.9 rc6 I get this
&lt;br&gt;&amp;gt; message,
&lt;br&gt;&amp;gt; can someone help me??
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/SET-REFERENTIAL_INTEGRITY-is-not-working-tp26682515p26682515.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/SET-REFERENTIAL_INTEGRITY-is-not-working-tp26682515p26682515.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the HSQLDB - User mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Return on Information:
&lt;br&gt;&amp;gt; Google Enterprise Search pays you back
&lt;br&gt;&amp;gt; Get the facts.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Hsqldb-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26692230&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26692230&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SET-REFERENTIAL_INTEGRITY-is-not-working-tp26682515p26692230.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26684851</id>
	<title>Error in Hsqldb 1.9 rc6</title>
	<published>2009-12-07T13:50:53Z</published>
	<updated>2009-12-07T13:50:53Z</updated>
	<author>
		<name>DonPollo</name>
	</author>
	<content type="html">Hi, I'm gettin the next exception:
&lt;br&gt;&lt;br&gt;Exception in thread &amp;quot;HSQLDB Connection @4f459c&amp;quot; java.lang.RuntimeException: unsu
&lt;br&gt;pported internal operation: Result
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.hsqldb.error.Error.runtimeError(Error.java:66)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.hsqldb.result.Result.write(Result.java:1304)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.hsqldb.result.Result.write(Result.java:1324)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.hsqldb.server.ServerConnection.receiveResult(ServerConnection.jav
&lt;br&gt;a:359)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.hsqldb.server.ServerConnection.run(ServerConnection.java:1526)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Thread.run(Thread.java:619)
&lt;br&gt;&lt;br&gt;After this error is thrown I cannot execute any more querys
&lt;br&gt;&lt;br&gt;This is the offending query:
&lt;br&gt;&lt;br&gt;SELECT
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DISTINCT COUNT(com_persona_rol.id_persona) AS suma,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; com_cat_propiedad_rol.pro_nombre,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; com_cat_propiedad_rol.id_propiedad_rol,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; com_cat_rol.id_rol
&lt;br&gt;FROM
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; com_cat_rol_propiedad
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; RIGHT OUTER JOIN
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; com_cat_propiedad_rol
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ON
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (com_cat_rol_propiedad.id_propiedad_rol = 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; com_cat_propiedad_rol.id_propiedad_rol)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; LEFT OUTER JOIN
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; com_cat_rol
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ON
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (com_cat_rol_propiedad.id_rol = com_cat_rol.id_rol)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; LEFT OUTER JOIN
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; com_persona_rol
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ON
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (com_cat_rol.id_rol = com_persona_rol.id_rol)
&lt;br&gt;WHERE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; com_cat_rol.id_institucion = 945
&lt;br&gt;GROUP BY
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; com_cat_propiedad_rol.pro_nombre,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; com_cat_propiedad_rol.id_propiedad_rol,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; com_cat_rol.id_rol
&lt;br&gt;&lt;br&gt;Thanks&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-in-Hsqldb-1.9-rc6-tp26684851p26684851.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26682515</id>
	<title>SET REFERENTIAL_INTEGRITY is not working</title>
	<published>2009-12-07T11:15:52Z</published>
	<updated>2009-12-07T11:15:52Z</updated>
	<author>
		<name>DonPollo</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I'm trying to execute SET REFERENTIAL_INTEGRITY TRUE; in hsqldb 1.9 rc6 but it doesn't work, I get the message &amp;quot;user lacks privilege or object not found: REFERENTIAL_INTEGRITY&amp;quot;.
&lt;br&gt;&lt;br&gt;I was using hsqldb 1.8 without problems, but in 1.9 rc6 I get this message, can someone help me??
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;I'm using this connection 
&lt;br&gt;&lt;br&gt;URL: jdbc:hsqldb:hsql://localhost/xdb
&lt;br&gt;Driver: org.hsqldb.jdbc.JDBCDriver&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SET-REFERENTIAL_INTEGRITY-is-not-working-tp26682515p26682515.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26648880</id>
	<title>New Academia.edu feature for HSQLDB-User</title>
	<published>2009-12-04T12:37:38Z</published>
	<updated>2009-12-04T12:37:38Z</updated>
	<author>
		<name>Richard Price-15</name>
	</author>
	<content type="html">Dear HSQLDB-User members,
&lt;br&gt;&lt;br&gt;&lt;br&gt;I wanted to tell the list about a new feature on Academia.edu.
&lt;br&gt;Academia.edu launched 12 months ago and now helps 300,000 academics a
&lt;br&gt;month answer the question 'who's researching what?' &amp;nbsp;There are already
&lt;br&gt;315 people on Academia.edu with Software Engineering as a research
&lt;br&gt;interest.
&lt;br&gt;&lt;br&gt;&lt;br&gt;We have built a dedicated page on Academia.edu for the HSQLDB-User
&lt;br&gt;mailing list:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://lists.academia.edu/See-members-of-HSQLDB-User&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.academia.edu/See-members-of-HSQLDB-User&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;This page will show you fellow members already on Academia.edu. &amp;nbsp;You
&lt;br&gt;can see their papers, research interests, and other information.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Visit the link below, sign up with Academia.edu, and see who else from
&lt;br&gt;HSQLDB-User is on Academia.edu.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://lists.academia.edu/See-members-of-HSQLDB-User&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.academia.edu/See-members-of-HSQLDB-User&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Richard
&lt;br&gt;&lt;br&gt;&lt;br&gt;Dr. Richard Price, post-doc, Philosophy Dept, Oxford University.
&lt;br&gt;Founder of Academia.edu
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26648880&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Academia.edu-feature-for-HSQLDB-User-tp26648880p26648880.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26635845</id>
	<title>Re: Getting to Hsql after Mysql use</title>
	<published>2009-12-04T02:38:19Z</published>
	<updated>2009-12-04T02:38:19Z</updated>
	<author>
		<name>Cjkalbente</name>
	</author>
	<content type="html">As I read on your post, you are needing to get data to your other database. You could try using some software that will help you in managing the transfer. 
&lt;br&gt;&lt;br&gt;I can recommend the use of data integration software such as Datastage or Talend Open Studio (Talend is open source). Tell us how it went.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;mrciken wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Hi,
&lt;br&gt;&lt;br&gt;Currently, we are using Mysql. We would like to change. Now, we would like to use Hsql. Only problem is that most of our data and other information are on Mysql. Is there a solution to transfer this data? Can you help us with this?
&lt;br&gt;&lt;br&gt;Thanks a lot.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Getting-to-Hsql-after-Mysql-use-tp26590130p26635845.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26628728</id>
	<title>Re: Help figuring out table usage stats</title>
	<published>2009-12-03T08:16:35Z</published>
	<updated>2009-12-03T08:16:35Z</updated>
	<author>
		<name>Fred Toussi-2</name>
	</author>
	<content type="html">HSQLDB does not keep track of changes to tables.
&lt;br&gt;&lt;br&gt;It's a good idea though for a new feature.
&lt;br&gt;&lt;br&gt;As your application is the only updater, you can keep track of this in
&lt;br&gt;your app.
&lt;br&gt;&lt;br&gt;Fred
&lt;br&gt;&lt;br&gt;On Thu, 03 Dec 2009 12:29 +0530, &amp;quot;vikas kumar&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628728&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pvikasroonwal@...&lt;/a&gt;&amp;gt;
&lt;br&gt;wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am using HSQL 1.8.0 and have created tables in public schema. I am
&lt;br&gt;&amp;gt; running
&lt;br&gt;&amp;gt; HSQL in standalone mode, the tables are all memory based i.e. my
&lt;br&gt;&amp;gt; db.script
&lt;br&gt;&amp;gt; says CREATE MEMORY TABLE &amp;lt;A&amp;gt;....
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is there a way to figure out when the table's content was last modified
&lt;br&gt;&amp;gt; (either a row update/deletion/insertion)? I am looking for something
&lt;br&gt;&amp;gt; similar
&lt;br&gt;&amp;gt; to
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; SELECT
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;create_date
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;,modify_date
&lt;br&gt;&amp;gt; FROM
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sys.tables where name=A
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The purpose is to refresh front-end content if a table has been modified
&lt;br&gt;&amp;gt; else let the page retain its old state.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks in advance for your time and help,
&lt;br&gt;&amp;gt; ~Vikas
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628728&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Help-figuring-out-table-usage-stats-tp26621818p26628728.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26621818</id>
	<title>Help figuring out table usage stats</title>
	<published>2009-12-02T22:59:48Z</published>
	<updated>2009-12-02T22:59:48Z</updated>
	<author>
		<name>vikas kumar-2</name>
	</author>
	<content type="html">Hi,&lt;br&gt;&lt;br&gt;I am using HSQL 1.8.0 and have created tables in public schema. I am running HSQL in standalone mode, the tables are all memory based i.e. my db.script says CREATE MEMORY TABLE &amp;lt;A&amp;gt;....&lt;br&gt;&lt;br&gt;Is there a way to figure out when the table&amp;#39;s content was last modified (either a row update/deletion/insertion)? I am looking for something similar to &lt;br&gt;
&lt;br&gt;SELECT&lt;br&gt;       create_date&lt;br&gt;       ,modify_date&lt;br&gt;FROM&lt;br&gt;        sys.tables where name=A&lt;br&gt;&lt;br&gt;The purpose is to refresh front-end content if a table has been modified else let the page retain its old state.&lt;br&gt;
&lt;br&gt;Thanks in advance for your time and help,&lt;br&gt;~Vikas&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26621818&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Help-figuring-out-table-usage-stats-tp26621818p26621818.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26607673</id>
	<title>Re: Getting to Hsql after Mysql use</title>
	<published>2009-12-02T03:50:00Z</published>
	<updated>2009-12-02T03:50:00Z</updated>
	<author>
		<name>Fred Toussi-2</name>
	</author>
	<content type="html">There is the TransferTool to move data from MySQL and other databases.
&lt;br&gt;&lt;br&gt;If you want direct support to move your data and application, you can
&lt;br&gt;get paid support from &lt;a href=&quot;http://www.hxsql.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.hxsql.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;Fred
&lt;br&gt;&lt;br&gt;On Tue, 01 Dec 2009 03:10 -0800, &amp;quot;mrciken&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607673&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mik.wen@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Currently, we are using Mysql. We would like to change. Now, we would
&lt;br&gt;&amp;gt; like
&lt;br&gt;&amp;gt; to use Hsql. Only problem is that most of our data and other information
&lt;br&gt;&amp;gt; are
&lt;br&gt;&amp;gt; on Mysql. Is there a solution to transfer this data? Can you help us with
&lt;br&gt;&amp;gt; this?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks a lot.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Getting-to-Hsql-after-Mysql-use-tp26590130p26590130.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Getting-to-Hsql-after-Mysql-use-tp26590130p26590130.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the HSQLDB - User mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;&amp;gt; a free event focused on virtualization and cloud computing. 
&lt;br&gt;&amp;gt; Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Hsqldb-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607673&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607673&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Getting-to-Hsql-after-Mysql-use-tp26590130p26607673.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26596167</id>
	<title>Re: IPv6 support in HSQLDB</title>
	<published>2009-12-01T09:56:41Z</published>
	<updated>2009-12-01T09:56:41Z</updated>
	<author>
		<name>Richard Achmatowicz-3</name>
	</author>
	<content type="html">I checked out &lt;a href=&quot;https://hsqldb.svn.sourceforge.net/svnroot/hsqldb/base/trunk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://hsqldb.svn.sourceforge.net/svnroot/hsqldb/base/trunk&lt;/a&gt; and used svn log to get a list of commit messages for unsaved. The only commit message containing any variation of IPv6 (ipv6, etc) was org.hsqldb.DatabaseURL, revision 356.&lt;br&gt;
&lt;br&gt;Couldn&amp;#39;t find any IPv6 related tests in the testsuite...&lt;br&gt;&lt;br&gt;Going to create a patched version of 1.8.0 and put it through a few paces.&lt;br&gt;Thanks for your help!&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Nov 30, 2009 at 4:57 PM, Blaine Simpson &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26596167&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;blaine.simpson@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;It was a long time ago, but I think the point of failure was just&lt;br&gt;
parsing of URLs and specification strings.  Look through the cvs/svn&lt;br&gt;
logs for the couple months around the code change that you discovered,&lt;br&gt;
for commits by &amp;quot;unsaved&amp;quot;.  I always add a work-specific commit comment.&lt;br&gt;
Note that the URL parsing rewrites were not just to support ipv6, but to&lt;br&gt;
generally be more robust and careful (there were cases, for example,&lt;br&gt;
where segments of the String could be missed).&lt;br&gt;
&lt;br&gt;
There is probably ipv6-impl-class-specific stuff in ACL processing, but&lt;br&gt;
all of that is relevant only to &amp;gt; 1.8.&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;
Richard Achmatowicz wrote:&lt;br&gt;
&amp;gt; Dear HSQLDB users&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I&amp;#39;m interested in IPv6 support for HSQLDB (starting a server binding&lt;br&gt;
&amp;gt; to an IPv6 address, making a connection to that server by including an&lt;br&gt;
&amp;gt; IPv6 address literal in a JDBC url, where the IPv6 address literal is&lt;br&gt;
&amp;gt; enclosed in square brackets, etc).&lt;br&gt;
&amp;gt; &amp;gt;From looking at the sources, it appears that there is no IPv6 support&lt;br&gt;
&amp;gt; for 1.8.x and lower versions, but it has been introduced in 1.9.x.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Is this the case?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thanks for your assistance.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;------------------------------------------------------------------------------&lt;br&gt;
Join us December 9, 2009 for the Red Hat Virtual Experience,&lt;br&gt;
a free event focused on virtualization and cloud computing.&lt;br&gt;
Attend in-depth sessions from your desk. Your couch. Anywhere.&lt;br&gt;
&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Hsqldb-user mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26596167&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26596167&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/IPv6-support-in-HSQLDB-tp26579764p26596167.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26590130</id>
	<title>Getting to Hsql after Mysql use</title>
	<published>2009-12-01T03:10:12Z</published>
	<updated>2009-12-01T03:10:12Z</updated>
	<author>
		<name>mrciken</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Currently, we are using Mysql. We would like to change. Now, we would like to use Hsql. Only problem is that most of our data and other information are on Mysql. Is there a solution to transfer this data? Can you help us with this?
&lt;br&gt;&lt;br&gt;Thanks a lot.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Getting-to-Hsql-after-Mysql-use-tp26590130p26590130.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26583596</id>
	<title>Re: IPv6 support in HSQLDB</title>
	<published>2009-11-30T13:57:25Z</published>
	<updated>2009-11-30T13:57:25Z</updated>
	<author>
		<name>Blaine Simpson</name>
	</author>
	<content type="html">It was a long time ago, but I think the point of failure was just
&lt;br&gt;parsing of URLs and specification strings. &amp;nbsp;Look through the cvs/svn
&lt;br&gt;logs for the couple months around the code change that you discovered,
&lt;br&gt;for commits by &amp;quot;unsaved&amp;quot;. &amp;nbsp;I always add a work-specific commit comment. 
&lt;br&gt;Note that the URL parsing rewrites were not just to support ipv6, but to
&lt;br&gt;generally be more robust and careful (there were cases, for example,
&lt;br&gt;where segments of the String could be missed).
&lt;br&gt;&lt;br&gt;There is probably ipv6-impl-class-specific stuff in ACL processing, but
&lt;br&gt;all of that is relevant only to &amp;gt; 1.8.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Richard Achmatowicz wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Dear HSQLDB users
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm interested in IPv6 support for HSQLDB (starting a server binding
&lt;br&gt;&amp;gt; to an IPv6 address, making a connection to that server by including an
&lt;br&gt;&amp;gt; IPv6 address literal in a JDBC url, where the IPv6 address literal is
&lt;br&gt;&amp;gt; enclosed in square brackets, etc).
&lt;br&gt;&amp;gt; &amp;gt;From looking at the sources, it appears that there is no IPv6 support
&lt;br&gt;&amp;gt; for 1.8.x and lower versions, but it has been introduced in 1.9.x.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is this the case?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks for your assistance.
&lt;/div&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26583596&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/IPv6-support-in-HSQLDB-tp26579764p26583596.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26582386</id>
	<title>Re: IPv6 support in HSQLDB</title>
	<published>2009-11-30T13:06:53Z</published>
	<updated>2009-11-30T13:06:53Z</updated>
	<author>
		<name>Richard Achmatowicz-3</name>
	</author>
	<content type="html">Good point. However, a common source of errors in IPv6 compatibility has to do with the way applications parse URL inputs before they actually start using the Java networking stack. &lt;br&gt;&lt;br&gt;For example, the HQSLDB driver org.hsqldb.jdbcDriver takes a database URL as input to the getConnectionMethod(). It is responsible for parsing that string into its component parts and then setting up the connection using the Java networking stack. In earlier versions of HSQLDB (e.g. 1.8.0) , it could successfully parse a string like jdbc:hsqldb:hsql://&lt;a href=&quot;http://192.168.0.100:1701&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;192.168.0.100:1701&lt;/a&gt;, but would generate an exception (S0010 Invalid argument in JDBL url - or similar, don&amp;#39;t have it to hand) when given a string like jdbc:hsqldb:hsql://[3ffe:ffff:100:f101::1]:1701, where the square brackets are the standard way of embedding an IPv6 address literal inside a URL(at least for HTTP). One of the fixes in 1.9.0 was to the code which does this parsing - org.hsqldb.DatabaseURL.&lt;br&gt;
&lt;br&gt;What i&amp;#39;d really like to know is if this was the only change to 1.9.0 to ensure IPv6 compatibility.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Nov 30, 2009 at 2:54 PM, Bernd Ritter &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26582386&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;commel@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Hi,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;as HSQLDB is relying on the networking stack of Java, shouldn&amp;#39;t it support IPv6 instantly?&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://java.sun.com/j2se/1.5.0/docs/guide/net/ipv6_guide/index.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/j2se/1.5.0/docs/guide/net/ipv6_guide/index.html&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/30 Richard Achmatowicz &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26582386&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;richard.achmatowicz@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;
Dear HSQLDB users&lt;br&gt;&lt;br&gt;I&amp;#39;m interested in IPv6 support for HSQLDB (starting a server binding to an IPv6 address, making a connection to that server by including an IPv6 address literal in a JDBC url, where the IPv6 address literal is enclosed in square brackets, etc).&lt;br&gt;


&amp;gt;From looking at the sources, it appears that there is no IPv6 support for 1.8.x and lower versions, but it has been introduced in 1.9.x. &lt;br&gt;&lt;br&gt;Is this the case?&lt;br&gt;&lt;br&gt;Thanks for your assistance.&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;br&gt;&lt;/div&gt;&lt;/div&gt;------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________&lt;br&gt;
Hsqldb-user mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26582386&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br&gt;------------------------------------------------------------------------------&lt;br&gt;
Join us December 9, 2009 for the Red Hat Virtual Experience,&lt;br&gt;
a free event focused on virtualization and cloud computing.&lt;br&gt;
Attend in-depth sessions from your desk. Your couch. Anywhere.&lt;br&gt;
&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________&lt;br&gt;
Hsqldb-user mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26582386&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26582386&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/IPv6-support-in-HSQLDB-tp26579764p26582386.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26580841</id>
	<title>Re: IPv6 support in HSQLDB</title>
	<published>2009-11-30T11:54:06Z</published>
	<updated>2009-11-30T11:54:06Z</updated>
	<author>
		<name>Bernd Ritter-3</name>
	</author>
	<content type="html">Hi,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;as HSQLDB is relying on the networking stack of Java, shouldn&amp;#39;t it support IPv6 instantly?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://java.sun.com/j2se/1.5.0/docs/guide/net/ipv6_guide/index.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/j2se/1.5.0/docs/guide/net/ipv6_guide/index.html&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/30 Richard Achmatowicz &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26580841&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;richard.achmatowicz@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;
Dear HSQLDB users&lt;br&gt;&lt;br&gt;I&amp;#39;m interested in IPv6 support for HSQLDB (starting a server binding to an IPv6 address, making a connection to that server by including an IPv6 address literal in a JDBC url, where the IPv6 address literal is enclosed in square brackets, etc).&lt;br&gt;

&amp;gt;From looking at the sources, it appears that there is no IPv6 support for 1.8.x and lower versions, but it has been introduced in 1.9.x. &lt;br&gt;&lt;br&gt;Is this the case?&lt;br&gt;&lt;br&gt;Thanks for your assistance.&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;br&gt;------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________&lt;br&gt;
Hsqldb-user mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26580841&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26580841&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/IPv6-support-in-HSQLDB-tp26579764p26580841.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26579764</id>
	<title>IPv6 support in HSQLDB</title>
	<published>2009-11-30T10:42:14Z</published>
	<updated>2009-11-30T10:42:14Z</updated>
	<author>
		<name>Richard Achmatowicz-3</name>
	</author>
	<content type="html">Dear HSQLDB users&lt;br&gt;&lt;br&gt;I&amp;#39;m interested in IPv6 support for HSQLDB (starting a server binding to an IPv6 address, making a connection to that server by including an IPv6 address literal in a JDBC url, where the IPv6 address literal is enclosed in square brackets, etc).&lt;br&gt;
&gt;From looking at the sources, it appears that there is no IPv6 support for 1.8.x and lower versions, but it has been introduced in 1.9.x. &lt;br&gt;&lt;br&gt;Is this the case?&lt;br&gt;&lt;br&gt;Thanks for your assistance.&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26579764&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/IPv6-support-in-HSQLDB-tp26579764p26579764.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26568867</id>
	<title>Re: Listen on multiple hostnames/IP addresses?</title>
	<published>2009-11-29T17:32:31Z</published>
	<updated>2009-11-29T17:32:31Z</updated>
	<author>
		<name>Blaine Simpson</name>
	</author>
	<content type="html">You don't have to do anything in order for your server to answer to
&lt;br&gt;multiple addresses. &amp;nbsp;Leave the server addr unset, since like most IP
&lt;br&gt;server apps, it will listen to IPADDR_ANY by default. &amp;nbsp;You can connect
&lt;br&gt;to it successfully using any address that will route to it. &amp;nbsp;This
&lt;br&gt;behavior is the same with all HSQLDB versions.
&lt;br&gt;&lt;br&gt;With v. 1.9 you can then use an acl.txt file to provide different rules
&lt;br&gt;for the two addresses, since in your case you can assign addresses where
&lt;br&gt;the destination addr can be determined by the source addr. &amp;nbsp;For example,
&lt;br&gt;if you use a non-public addr for one interface, then you know that
&lt;br&gt;non-public source addresses are coming in on that one; and if you use a
&lt;br&gt;ipv4 or ipv6 localhost, all incoming traffic with source of a localhost
&lt;br&gt;addr definitely comes in on that interface.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mon, 23 Nov 2009 17:46 +0000, &amp;quot;Paul Brewer&amp;quot;
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26568867&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;walterhurry@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Hi.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have installed hsqldb (version 1.8) on Linux (Fedora 12), and 
&lt;br&gt;&amp;gt;&amp;gt; successfully got it up an running in server mode. I have a resolvable 
&lt;br&gt;&amp;gt;&amp;gt; hostname in server.address in the server.properties file, and can make 
&lt;br&gt;&amp;gt;&amp;gt; local as well as remote connections.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; So far so good, but what I would really like would be for the local 
&lt;br&gt;&amp;gt;&amp;gt; connections to use a different hostname (localhost if need be) from the 
&lt;br&gt;&amp;gt;&amp;gt; remote ones. I already have two separate IP addresses, both of which are 
&lt;br&gt;&amp;gt;&amp;gt; pingable from the server, but only one of which is visible from the LAN.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I assume that what this means is that I need to listen on both of the 
&lt;br&gt;&amp;gt;&amp;gt; two different IP addresses. Can this be done? If so, how? My guess would 
&lt;br&gt;&amp;gt;&amp;gt; be that I need to put two hostnames into server.properties, but if so, 
&lt;br&gt;&amp;gt;&amp;gt; what is the syntax please?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have searched the User Guide, as well as the FAQ, the forum and the 
&lt;br&gt;&amp;gt;&amp;gt; mailing list archive, but have been unable to find anything. Any 
&lt;br&gt;&amp;gt;&amp;gt; assistance would be greatly appreciated.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt; Palooka
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26568867&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Listen-on-multiple-hostnames-IP-addresses--tp26493612p26568867.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26568300</id>
	<title>Re: Listen on multiple hostnames/IP addresses?</title>
	<published>2009-11-29T17:11:06Z</published>
	<updated>2009-11-29T17:11:06Z</updated>
	<author>
		<name>Fred Toussi-2</name>
	</author>
	<content type="html">The IP address of the server can be specified as a server property. This
&lt;br&gt;is supported in 1.8, but is documented better in the docs for version
&lt;br&gt;1.9.
&lt;br&gt;&lt;br&gt;I don't know if it helps your situation or not, as I have never tried
&lt;br&gt;it.
&lt;br&gt;&lt;br&gt;Fred
&lt;br&gt;&lt;br&gt;On Mon, 23 Nov 2009 17:46 +0000, &amp;quot;Paul Brewer&amp;quot;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26568300&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;walterhurry@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have installed hsqldb (version 1.8) on Linux (Fedora 12), and 
&lt;br&gt;&amp;gt; successfully got it up an running in server mode. I have a resolvable 
&lt;br&gt;&amp;gt; hostname in server.address in the server.properties file, and can make 
&lt;br&gt;&amp;gt; local as well as remote connections.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So far so good, but what I would really like would be for the local 
&lt;br&gt;&amp;gt; connections to use a different hostname (localhost if need be) from the 
&lt;br&gt;&amp;gt; remote ones. I already have two separate IP addresses, both of which are 
&lt;br&gt;&amp;gt; pingable from the server, but only one of which is visible from the LAN.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I assume that what this means is that I need to listen on both of the 
&lt;br&gt;&amp;gt; two different IP addresses. Can this be done? If so, how? My guess would 
&lt;br&gt;&amp;gt; be that I need to put two hostnames into server.properties, but if so, 
&lt;br&gt;&amp;gt; what is the syntax please?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have searched the User Guide, as well as the FAQ, the forum and the 
&lt;br&gt;&amp;gt; mailing list archive, but have been unable to find anything. Any 
&lt;br&gt;&amp;gt; assistance would be greatly appreciated.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Palooka
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt; 30-Day 
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt; focus on 
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Hsqldb-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26568300&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26568300&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Listen-on-multiple-hostnames-IP-addresses--tp26493612p26568300.html" />
</entry>

</feed>
