[jboss-user] [JBoss Portal] - Re: JBoss refuses to start again after stopping/starting MyS
DanielGallot
do-not-reply at jboss.com
Mon Dec 10 14:19:06 EST 2007
here it is :
<!-- Datasource config for MySQL using 3.0.9 available from:
| http://www.mysql.com/downloads/api-jdbc-stable.html
| -->
|
| <datasources>
| <local-tx-datasource>
| <jndi-name>DefaultDS</jndi-name>
| <connection-url>jdbc:mysql://localhost:3306/jboss_appserver</connection-url>
| <driver-class>com.mysql.jdbc.Driver</driver-class>
| <user-name>mco</user-name>
| <password>TefNout</password>
| <exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter</exception-sorter-class-name>
| <valid-connection-checker-class-name>org.jboss.resource.adapter.jdbc.vendor.MySQLValidConnectionChecker</valid-connection-checker-class-name>
| <metadata>
| <type-mapping>mySQL</type-mapping>
| </metadata>
| </local-tx-datasource>
| </datasources>
It worked fine before stopping/starting MySQL.
It was the first time I stop/start MySQL since the JBoss installation.
Thanks for your help.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111739#4111739
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111739
More information about the jboss-user
mailing list