Just MySql 3.23.46-nt + 2.0.11 mm.mysql drivers..   :-)

The old mysql-service.xml file worked fine with "jdbc:mysql://localhost:/mydb"...
The new one doesn't... go figure.

---
The MM.MySQL project has released a new 2.0.12 version:
http://sourceforge.net/project/showfiles.php?group_id=15923&release_id=83431

I'm going to try RC1 with it, and let you guys know how it went.

Maybe we would need to change:
  <!-- New ConnectionManager setup for mysql using 2.0.11 driver            -->

To:
  <!-- New ConnectionManager setup for mysql using 2.0.12 driver            -->


Hehehe, too many changes for the mysql-service.xml file in a day!


Ricardo Arguello



----- Original Message ----- 
From: "David Jencks" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 15, 2002 1:26 PM
Subject: Re: [JBoss-dev] mysql-service.xml: java.lang.NumberFormatException


I'll change it, but I'm curious as to what your configuration is since this
is exactly the configuration that worked on my machines;-)

david jencks

On 2002.04.15 13:57:32 -0400 Ricardo Arg�ello wrote:
> Hello,
> 
> In the connector/src/etc/example-config/mysql-service.xml example file:
>   <config-property-value>jdbc:mysql://dell:/jbossdb</config-property-value>
> 
> Needs to be changed to:
>   <config-property-value>jdbc:mysql://dell:3306/jbossdb</config-property-value>
> 
> 
> Because of this exception:
> 
> Caused by: java.sql.SQLException: Unable to get Connection:
> javax.resource.ResourceException: Unable to create DB connection for url:
> jdbc:mysql://localhost:/jboss, user: jboss, exception:
> java.sql.SQLException: Cannot load connection class because of underlying
> exception: 'java.lang.NumberFormatException: /'.
>         at org.jboss.resource.adapter.jdbc.JDBCDataSource.getConnection(JDBCData
> Source.java:114)
>         at org.jboss.ejb.plugins.cmp.jdbc.SQLUtil.fixTableName(SQLUtil.java:38)
>         ... 84 more
> 
> 
> 
> Ricardo Arguello
> 
> 
> 
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to