<?xml version="1.0" encoding="UTF-8"?> <!-- ===================================================================== --> <!-- --> <!-- JBoss Server Configuration --> <!-- --> <!-- ===================================================================== --> <!-- $Id: jdatastore-ds.xml,v 1.1 2002/07/22 22:57:24 d_jencks Exp $ --> <!-- ==================================================================== --> <!-- Copy these jar's from your JBuilder6/lib to your jboss's lib --> <!-- dx.jar,jdsserver.jar,jds.jar --> <!-- Originally from Brent Thompson www.protegra.com/javagroup.html --> <!-- ==================================================================== --> <datasources> <local-tx-datasource> <jndi-name>JDataStoreDS</jndi-name> <connection-url>jdbc:borland:dslocal:/home/brent/JBuilder6/samples/JDataStore/datastores/employee.jds</connection-url> <driver-class>com.borland.datastore.jdbc.DataStoreDriver</driver-class> <user-name>x</user-name> <password>y</password> </local-tx-datasource> </datasources>
Comments