This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a commit to branch jakartaee9-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git
The following commit(s) were added to refs/heads/jakartaee9-tck by this push:
new 4dc4140 Remove old non existing library and use jakarta to create
resource in TomEE
4dc4140 is described below
commit 4dc41403f7360acd8987e8917f019cfce1c1b126
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Wed May 11 11:38:33 2022 +0200
Remove old non existing library and use jakarta to create resource in TomEE
---
src/test/resources/testsuite.properties | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/test/resources/testsuite.properties
b/src/test/resources/testsuite.properties
index bdd7539..a1c6cfc 100644
--- a/src/test/resources/testsuite.properties
+++ b/src/test/resources/testsuite.properties
@@ -18,7 +18,6 @@ command.testExecute=com.sun.ts.lib.harness.ExecTSTestCmd \
${ts.home}/lib/commons-lang3-3.3.2.jar${pathsep}\
${ts.home}/lib/jaxen-1.1.6.jar${pathsep}\
${ts.home}/lib/jaxen-core-1.0.jar${pathsep}\
- ${ts.home}/lib/js-1.6R1.jar${pathsep}\
${ts.home}/lib/nekohtml-1.9.21.jar${pathsep}\
${ts.home}/lib/sac-1.3.jar${pathsep}\
${ts.home}/lib/saxpath.jar${pathsep}\
@@ -60,7 +59,7 @@
command.testExecuteAppClient=com.sun.ts.lib.harness.ExecTSTestCmd \
${command.testExecuteAppClient.debugopts} \
-Dopenejb.server.uri=${openejb.server.uri} \
-DResource/javax.sql.DataSource=datasource:org.apache.derby.jdbc.ClientDataSource:jdbc\:derby\://localhost\:${derby.server.port}/${derby.dbName};create\=true;user=${derby.user};password=${derby.passwd}
\
-
-DResource/javax.jms.ConnectionFactory=connectionfactory:org.apache.activemq.ActiveMQConnectionFactory:tcp://localhost:61616
\
+
-DResource/jakarta.jms.ConnectionFactory=connectionfactory:org.apache.activemq.ActiveMQConnectionFactory:tcp://localhost:61616
\
-DResource/org.omg.CORBA.ORB=orb:/ \
-Djdbc/DB1=link:Resource/javax.sql.DataSource \
-Djava.protocol.handler.pkgs=javax.net.ssl \