From 20abf2d45c7a43d58375700fa1a98f51fa43b2b8 Mon Sep 17 00:00:00 2001 From: Arjan Tijms Date: Wed, 16 Oct 2024 23:37:52 +0200 Subject: [PATCH] Fix datasource for Derby in ejb-jar.xml (#1597) URL is not used by Derby, and name was missing create property --- .../lite/packaging/war/datasource/stateful/ejb-jar.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ejb30/src/main/java/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/stateful/ejb-jar.xml b/ejb30/src/main/java/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/stateful/ejb-jar.xml index 2cda809672..62de18d74d 100644 --- a/ejb30/src/main/java/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/stateful/ejb-jar.xml +++ b/ejb30/src/main/java/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/stateful/ejb-jar.xml @@ -28,8 +28,7 @@ org.apache.derby.jdbc.ClientDataSource localhost 1527 - derbyDB - jdbc:derby://localhost:1527/derbyDB;create=true + derbyDB;create=true cts1 cts1 @@ -58,8 +57,7 @@ org.apache.derby.jdbc.ClientDataSource localhost 1527 - derbyDB - jdbc:derby://localhost:1527/derbyDB;create=true + derbyDB;create=true cts1 cts1 @@ -88,8 +86,7 @@ org.apache.derby.jdbc.ClientDataSource localhost 1527 - derbyDB - jdbc:derby://localhost:1527/derbyDB;create=true + derbyDB;create=true cts1 cts1