You need to define the NukesDS datasource.

For that, create a nukes-ds.xml file in your deploy directory with the 
following lines:

  | <?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>
  | 

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to