I am using Jboss 3.2.3 and the datasource file is directly copy from the nukes 
package. I check the log it seems the default hsql-ds.xml also fail too. following is 
my nukes-ds.xml.


  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  | <datasources>
  |   <local-tx-datasource>
  |     <jndi-name>NukesDS</jndi-name>
  |     <connection-url>jdbc:mysql://localhost:3306/nukes</connection-url>
  |     <driver-class>org.gjt.mm.mysql.Driver</driver-class>
  |     <user-name>nukes</user-name>
  |     <password>nukes</password>
  |   </local-tx-datasource>
  | </datasources>
  | 

I do put the mysql-connector-java-3.0.11-stable-bin.jar under server/default/lib and I 
test with a simple java program that I can really query from the nukes table.



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

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


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to