Please add the datasouce (xml) file in the deploy directory of your server.
<?xml version="1.0" encoding="UTF-8" ?> 

This is a sample xml file for mysql 
- <!--  ===================================================================== 
  --> 
- <!--                                                                        
  --> 
- <!--   JBoss Server Configuration                                           
  --> 
- <!--                                                                        
  --> 
- <!--  ===================================================================== 
  --> 
- <!--  ==================================================================== 
  --> 
- <!--   Datasource config for MySQL using 2.0.11 driver                     
  --> 
- <!--  ==================================================================== 
  --> 
- 
- <local-tx-datasource>
  <jndi-name>jdbc/mysql</jndi-name> 
  <connection-url>jdbc:mysql://localhost:3306/mysql</connection-url> 
  <driver-class>com.mysql.jdbc.Driver</driver-class> 
  <user-name>root</user-name> 
   
  </local-tx-datasource>
  




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861406#3861406

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861406


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to