From 60139911a1d433ff4f456edf4323b223478c791a Mon Sep 17 00:00:00 2001 From: Sanjay Dalal Date: Mon, 29 Jun 2009 17:50:04 +0000 Subject: [PATCH] CSPACE-225 forgot to add datasource config xml. --- src/main/resources/config/cspace-ds.xml | 32 +++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/main/resources/config/cspace-ds.xml diff --git a/src/main/resources/config/cspace-ds.xml b/src/main/resources/config/cspace-ds.xml new file mode 100644 index 000000000..98038fa2d --- /dev/null +++ b/src/main/resources/config/cspace-ds.xml @@ -0,0 +1,32 @@ + + + + + + + + CspaceDS + jdbc:mysql://localhost:3306/cpsace + com.mysql.jdbc.Driver + test + test + org.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter + + + + + + + mySQL + + + + -- 2.47.3