[jboss-user] [JCA/JBoss] - Re: Migration to MySQL
bartek.polakowski
do-not-reply at jboss.com
Mon May 7 12:05:38 EDT 2007
There are no other warn or error messages. I used thi website to configure JBoss: http://ltiwww.epfl.ch/Eclipse/LoadingJBoss.html
My mysql-ds.xml file looks like this:
<local-tx-datasource>
<jndi-name>MySqlDS</jndi-name>
<connection-url>jdbc:mysql://localhost/test</connection-url>
<driver-class>com.mysql.jdbc.Driver</driver-class>
<user-name>jboss</user-name>
<security-domain>MySqlDbRealm</security-domain>
<type-mapping>mySQL</type-mapping>
</local-tx-datasource>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043705#4043705
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043705
More information about the jboss-user
mailing list