You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-user@db.apache.org by Thomas Dudziak <to...@gmail.com> on 2006/02/16 12:10:17 UTC

Re: NullPointerException creating a new platform instance using h sqld b

On 2/16/06, Christian.Eugster@kost.admin.ch
<Ch...@kost.admin.ch> wrote:

> How do I do that (it must be something like a connection pool!?)

Not necessarily. It should suffice to create an instance of
BasicDataSource
(http://jakarta.apache.org/commons/dbcp/apidocs/org/apache/commons/dbcp/BasicDataSource.html)
and set the appropriate parameters (driver name, jdbc url, username,
password).

Tom