| |
Sistemi distribuiti: design
-
Forum del Corso
Messaggi del Thread
|
| Autore |
Messaggio |
stefano.schivo
|
Thread
Postato:
23 dicembre 2004
Titolo:
Error in file mysql_ds.xml [Cabin_Demo.zip]
|
|
|
There is a little error that prevents the correct deployment of the example application..
The original file is
<?xml version="1.0" encoding="UTF-8"?> <!-- edited with XMLSPY v2004 rel. 3 U (http://www.xmlspy.com) by Paolo Tramonti (Universita degli Studi di Trento) --> <!-- ===================================================================== --> <!-- --> <!-- JBoss Server Configuration --> <!-- --> <!-- ===================================================================== --> <!-- $Id: mysql-ds.xml,v 1.1 2002/07/22 22:57:24 d_jencks Exp $ --> <!-- ==================================================================== --> <!-- Datasource config for MySQL using 2.0.11 driver --> <!-- ==================================================================== --> <datasources> <local-tx-datasource> <jndi-name>CabinDS</jndi-name> <connection-url>jdbc:mysql://localhost:3306/cabin_db</connection-url> <driver-class>org.gjt.mm.mysql.Driver</driver-class> <user-name>root</user-name> <password/> </local-tx-datasource> <local-tx-datasource> </datasources>
If you find in troubles, first try to delete the underlined line from the file: then it should work fine!
|
|
|
marco.ronchetti
|
Postato:
28 dicembre 2004
Titolo:
Re: Error in file mysql_ds.xml [Cabin_Demo.zip]
|
|
|
|
Thanks Stefano for pointing that out.
|
|
|
|
|