users@glassfish.java.net

Re: HSQLDB integration howto?

From: <forums_at_java.net>
Date: Thu, 27 Oct 2011 05:01:33 -0500 (CDT)

You should create a jdbc connection pool and resource to use HSQL db as a
datasource. For jdbc connection pool, the following properties need to be set
:

- User

- Password

- Database (ex: jdbc:hsqldb:hsql://localhost)

You could refer to
http://blogs.oracle.com/technical/entry/jdbc_resource_lookup_from_standalone
http://blogs.oracle.com/technical/entry/lookup_from_standalone_client for
more details on the datasource lookup. Hope this helps.


--
[Message sent by forum member 'sm157516']
View Post: http://forums.java.net/node/855970