Ah cool. I thought I was going crazy :-)
Andrus
On Jan 10, 2008, at 2:37 PM, marco turchi wrote:
Hi Andrus,
sorry you are right I have added the autoReconnect to the wrong
place...
now the software is started, I'll see what happens at the end...
thanks
Marco
On Jan 10, 2008 11:01 AM, marco turchi <[EMAIL PROTECTED]> wrote:
<?xml version="1.0" encoding="utf-8"?>
<driver project-version="1.1" class="com.mysql.jdbc.Driver">
<url
value="jdbc:mysql://enm-nc-srv1/subsumer?autoReconnect=true"/>
<connectionPool min="1" max="1" />
<login userName="####" password="#####"/>
</driver>
thanks
Marco
On Jan 10, 2008 10:51 AM, Andrus Adamchik < [EMAIL PROTECTED]>
wrote:
On Jan 10, 2008, at 12:33 PM, marco turchi wrote:
DataSource load failed - Can not load JDBC driver named
'com.mysql.jdbc.Driver
?autoReconnect=true': com.mysql.jdbc.Driver?autoReconnect=true
But this is what generates an error... so somehow the driver name
seems messed up. Could you post the entire file (just remove the
password)?
Andrus