From: | Hover Dong <dongbo12(at)hotmail(dot)com> |
---|---|
To: | <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | I have questions |
Date: | 2007-02-21 03:29:10 |
Message-ID: | BAY124-W12C41ED47E06EAB9CC467BC3880@phx.gbl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
hi,
I use struts to connect to postgre. In my struts-config.xml, I write this code to config to database
<data-sources>
<data-source key="DATA_SOURCE">
<set-property property="user" value="tele" />
<set-property property="password" value="tiny" />
<set-property property="driverClass" value="org.postgresql.Driver" />
<set-property property="autoCommit" value="false" />
<set-property property="url" value="jdbc:postgresql://localhost:5432/task" />
</data-source>
there are error happening:
java.sql.SQLException: ERROR: unrecognized configuration parameter "xactisolevel"
who can help me to resolve it. Thanks a lot!!!
Hover
_________________________________________________________________
Fit more fun into your day with Flexicon: the crossword game that feeds your brain. PLAY now for FREE.
http://zone.msn.com/en/flexicon/default.htm?icid=flexicon_wltagline
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Futaro | 2007-02-21 09:34:32 | DatabaseMetaData.getCatalogs() |
Previous Message | Scott Marlowe | 2007-02-20 15:39:41 | Re: how to continue using a connection after an error with autocommit=false |