Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: JDBC driver does not support getGeneratedKeys method





On Wed, 26 Apr 2006, Thomas SMETS wrote:

I try to use Log4J new DBAppender (cfr. the config file herebelow) but
it keeps on complaining with the following message :


The problem with the log4j code is that it has a number of warning messages that probably ought to be more fatal. You have some properties set incorrectly, so it cannot create a valid connection which results in this particular error.

       <param name="driver" value="org.postgresql.Driver" />
       <param name="url"
value="jdbc:postgresql://localhost:5432/Log4j" />
       <param name="username" value="xyz" />
       <param name="password" value="xyz" />
       <param name="dialect" value="POSTGRES_DIALECT" />

use param names driverClass and user instead of driver and username. Also remove the dialect param.

Kris Jurka



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group