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

Reply via email to