Thread: I have questions
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!!!
Fit more fun into your day with Flexicon: the crossword game that feeds your brain. PLAY now for FREE.
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.
Hi,
On 20-Feb-07, at 10:29 PM, Hover Dong wrote:
hi,My guess is you need to talk to the project which is providing the data source.
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!!!
Dave
Hover
Fit more fun into your day with Flexicon: the crossword game that feeds your brain. PLAY now for FREE.