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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to